From 175b9108cb9b24cbde441cbffbbd67bcf210ec91 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 14 Mar 2024 15:45:10 +0100 Subject: Hyprland: Fix usage of custom scripts --- .config/hypr/hyprland.conf.in | 80 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index e123384..eb78e44 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -114,48 +114,48 @@ bind = $modkey, up, movefocus, u bind = $modkey, right, movefocus, r # Switch workspaces with modkey + [0-9] -bind = $modkey, 0, hyprwork, 1 -bind = $modkey, 1, hyprwork, 2 -bind = $modkey, 2, hyprwork, 3 -bind = $modkey, 3, hyprwork, 4 -bind = $modkey, 4, hyprwork, 5 -bind = $modkey, 5, hyprwork, 6 -bind = $modkey, 6, hyprwork, 7 -bind = $modkey, 7, hyprwork, 8 -bind = $modkey, 8, hyprwork, 9 -bind = $modkey, 9, hyprwork, 10 -bind = $modkey, 10, hyprwork, 1 -bind = $modkey, 11, hyprwork, 2 -bind = $modkey, 12, hyprwork, 3 -bind = $modkey, 13, hyprwork, 4 -bind = $modkey, 14, hyprwork, 5 -bind = $modkey, 15, hyprwork, 6 -bind = $modkey, 16, hyprwork, 7 -bind = $modkey, 17, hyprwork, 8 -bind = $modkey, 18, hyprwork, 9 -bind = $modkey, 19, hyprwork, 10 +bind = $modkey, 0, exec, exec hyprwork 1 +bind = $modkey, 1, exec, exec hyprwork 2 +bind = $modkey, 2, exec, exec hyprwork 3 +bind = $modkey, 3, exec, exec hyprwork 4 +bind = $modkey, 4, exec, exec hyprwork 5 +bind = $modkey, 5, exec, exec hyprwork 6 +bind = $modkey, 6, exec, exec hyprwork 7 +bind = $modkey, 7, exec, exec hyprwork 8 +bind = $modkey, 8, exec, exec hyprwork 9 +bind = $modkey, 9, exec, exec hyprwork 10 +bind = $modkey, 10, exec, exec hyprwork 1 +bind = $modkey, 11, exec, exec hyprwork 2 +bind = $modkey, 12, exec, exec hyprwork 3 +bind = $modkey, 13, exec, exec hyprwork 4 +bind = $modkey, 14, exec, exec hyprwork 5 +bind = $modkey, 15, exec, exec hyprwork 6 +bind = $modkey, 16, exec, exec hyprwork 7 +bind = $modkey, 17, exec, exec hyprwork 8 +bind = $modkey, 18, exec, exec hyprwork 9 +bind = $modkey, 19, exec, exec hyprwork 10 # Move active window to a workspace with modkey + SHIFT + [0-9] -bind = $modkey CONTROL, 0, hyprmove, 1 -bind = $modkey CONTROL, 1, hyprmove, 2 -bind = $modkey CONTROL, 2, hyprmove, 3 -bind = $modkey CONTROL, 3, hyprmove, 4 -bind = $modkey CONTROL, 4, hyprmove, 5 -bind = $modkey CONTROL, 5, hyprmove, 6 -bind = $modkey CONTROL, 6, hyprmove, 7 -bind = $modkey CONTROL, 7, hyprmove, 8 -bind = $modkey CONTROL, 8, hyprmove, 9 -bind = $modkey CONTROL, 9, hyprmove, 10 -bind = $modkey CONTROL, 10, hyprmove, 1 -bind = $modkey CONTROL, 11, hyprmove, 2 -bind = $modkey CONTROL, 12, hyprmove, 3 -bind = $modkey CONTROL, 13, hyprmove, 4 -bind = $modkey CONTROL, 14, hyprmove, 5 -bind = $modkey CONTROL, 15, hyprmove, 6 -bind = $modkey CONTROL, 16, hyprmove, 7 -bind = $modkey CONTROL, 17, hyprmove, 8 -bind = $modkey CONTROL, 18, hyprmove, 9 -bind = $modkey CONTROL, 19, hyprmove, 10 +bind = $modkey CONTROL, 0, exec, exec hyprmove 1 +bind = $modkey CONTROL, 1, exec, exec hyprmove 2 +bind = $modkey CONTROL, 2, exec, exec hyprmove 3 +bind = $modkey CONTROL, 3, exec, exec hyprmove 4 +bind = $modkey CONTROL, 4, exec, exec hyprmove 5 +bind = $modkey CONTROL, 5, exec, exec hyprmove 6 +bind = $modkey CONTROL, 6, exec, exec hyprmove 7 +bind = $modkey CONTROL, 7, exec, exec hyprmove 8 +bind = $modkey CONTROL, 8, exec, exec hyprmove 9 +bind = $modkey CONTROL, 9, exec, exec hyprmove 10 +bind = $modkey CONTROL, 10, exec, exec hyprmove 1 +bind = $modkey CONTROL, 11, exec, exec hyprmove 2 +bind = $modkey CONTROL, 12, exec, exec hyprmove 3 +bind = $modkey CONTROL, 13, exec, exec hyprmove 4 +bind = $modkey CONTROL, 14, exec, exec hyprmove 5 +bind = $modkey CONTROL, 15, exec, exec hyprmove 6 +bind = $modkey CONTROL, 16, exec, exec hyprmove 7 +bind = $modkey CONTROL, 17, exec, exec hyprmove 8 +bind = $modkey CONTROL, 18, exec, exec hyprmove 9 +bind = $modkey CONTROL, 19, exec, exec hyprmove 10 # Media keys __binde(, xf86audiomute, amixer -q sset Master toggle) -- cgit v1.2.3