aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-09-21 11:44:10 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-09-21 11:44:10 +0200
commiteaa86d44258ce72dbee5e9fa5304dfe002819036 (patch)
tree9adaaa2d1f3b7599db24ea18ce8f001ffd2f3e24 /.config
parentd65e96c938a259bdf4745fe06aeadeb7843bbdc1 (diff)
Try out this hyprland script
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 109675d..5e75df6 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -99,15 +99,15 @@ bind=SUPER,SPACE,layoutmsg,orientationnext
bind=SUPER_SHIFT,SPACE,layoutmsg,orientationprev
bind=SUPER,M,fullscreen,1
-bind=SUPER,2,workspace,1
-bind=SUPER,3,workspace,2
-bind=SUPER,4,workspace,3
-bind=SUPER,5,workspace,4
-bind=SUPER,6,workspace,5
-bind=SUPER,7,workspace,6
-bind=SUPER,8,workspace,7
-bind=SUPER,9,workspace,8
-bind=SUPER,0,workspace,9
+bind=SUPER,2,exec,~/.local/bin/hyprland-switch-tag 1
+bind=SUPER,3,exec,~/.local/bin/hyprland-switch-tag 2
+bind=SUPER,4,exec,~/.local/bin/hyprland-switch-tag 3
+bind=SUPER,5,exec,~/.local/bin/hyprland-switch-tag 4
+bind=SUPER,6,exec,~/.local/bin/hyprland-switch-tag 5
+bind=SUPER,7,exec,~/.local/bin/hyprland-switch-tag 6
+bind=SUPER,8,exec,~/.local/bin/hyprland-switch-tag 7
+bind=SUPER,9,exec,~/.local/bin/hyprland-switch-tag 8
+bind=SUPER,0,exec,~/.local/bin/hyprland-switch-tag 9
bind=SUPER_SHIFT,2,movetoworkspacesilent,1
bind=SUPER_SHIFT,3,movetoworkspacesilent,2