aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorDarksome <[email protected]>2022-07-16 15:28:17 +0300
committerDarksome <[email protected]>2022-07-16 15:28:17 +0300
commitce9efb7ae38acb84d72035e6b4a772a6fe5e9319 (patch)
treeac6d0312df8c4aefcea6b86a2b9150927b2a1934 /example
parent2ae088d63102cf7c0281157c1845d27e3502048e (diff)
downloadHyprland-ce9efb7ae38acb84d72035e6b4a772a6fe5e9319.tar.gz
Hyprland-ce9efb7ae38acb84d72035e6b4a772a6fe5e9319.zip
Impl changeworkspace(e+{n})
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index a776559a..7c5918e7 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -103,5 +103,5 @@ bind=ALT,8,movetoworkspace,8
bind=ALT,9,movetoworkspace,9
bind=ALT,0,movetoworkspace,10
-bind=SUPER,mouse_down,workspace,+1
-bind=SUPER,mouse_up,workspace,-1 \ No newline at end of file
+bind=SUPER,mouse_down,workspace,e+1
+bind=SUPER,mouse_up,workspace,e-1 \ No newline at end of file