aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-03-23 16:51:48 +0100
committervaxerski <[email protected]>2022-03-23 16:51:48 +0100
commitf108ec78e261940d271e18caa509dbb93de90165 (patch)
treed2f356df24dc507faa3859ac50f4d6ad58659dd2 /example
parentf82fdb012e20c7c24c1f72fc140a9ebe7e58e25c (diff)
downloadHyprland-f108ec78e261940d271e18caa509dbb93de90165.tar.gz
Hyprland-f108ec78e261940d271e18caa509dbb93de90165.zip
Added movetoworkspace
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index 24793ea3..f2479eb8 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -34,4 +34,15 @@ bind=SUPER,6,workspace,6
bind=SUPER,7,workspace,7
bind=SUPER,8,workspace,8
bind=SUPER,9,workspace,9
-bind=SUPER,0,workspace,10 \ No newline at end of file
+bind=SUPER,0,workspace,10
+
+bind=ALT,1,movetoworkspace,1
+bind=ALT,2,movetoworkspace,2
+bind=ALT,3,movetoworkspace,3
+bind=ALT,4,movetoworkspace,4
+bind=ALT,5,movetoworkspace,5
+bind=ALT,6,movetoworkspace,6
+bind=ALT,7,movetoworkspace,7
+bind=ALT,8,movetoworkspace,8
+bind=ALT,9,movetoworkspace,9
+bind=ALT,0,movetoworkspace,10 \ No newline at end of file