From 281394a9e323677e5a32123d62d460fb6c0f75a2 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 6 Nov 2025 16:50:20 -0300 Subject: [PATCH] :wrench: chore(hypr/bindings): better colorshell reload command --- config/hypr/shell/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/shell/bindings.conf b/config/hypr/shell/bindings.conf index 2e896e9..3e88984 100644 --- a/config/hypr/shell/bindings.conf +++ b/config/hypr/shell/bindings.conf @@ -8,7 +8,7 @@ bind = , Print, exec, $exec $scripts/screenshot.sh bind = $mainMod, Print, exec, $exec $scripts/screenshot.sh full # restarts colorshell -bind = $mainMod, F7, exec, $exec colorshell reload || $exec colorshell +bind = $mainMod, F7, exec, colorshell quit && $exec colorshell || $exec colorshell bind = $mainMod, K, exec, $exec $terminal bind = $mainMod, Q, killactive