From 01009b8cea494b381f6bee3dbf7a9d3e19d79dab Mon Sep 17 00:00:00 2001 From: Lucas Morel <88167062+PixPix20@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:52:54 +0200 Subject: [PATCH] Reformat check functions and add cop_files call --- launcher.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/launcher.sh b/launcher.sh index e53dc73..732b64a 100644 --- a/launcher.sh +++ b/launcher.sh @@ -224,9 +224,10 @@ main() { ;; -l|--launch) start_launcher - check_path - check_config - check_launcher + check_path + check_config + check_launcher + cop_files ;; --add-dmenu) add_to_dmenu