diff options
author | Darksome <[email protected]> | 2022-07-15 21:54:05 +0300 |
---|---|---|
committer | Darksome <[email protected]> | 2022-07-15 21:54:05 +0300 |
commit | 1eceae811f54a87c3c7de1d10202842db78c3f69 (patch) | |
tree | c637091afd03d90ee81c2536bea01b082c38d4c4 /example/hyprland.conf | |
parent | 5388b54442614cb0d3d445f101e7cd86bf64c125 (diff) | |
download | Hyprland-1eceae811f54a87c3c7de1d10202842db78c3f69.tar.gz Hyprland-1eceae811f54a87c3c7de1d10202842db78c3f69.zip |
Try mouse wheel configuration
Diffstat (limited to 'example/hyprland.conf')
-rw-r--r-- | example/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index a42f0550..a776559a 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -102,3 +102,6 @@ bind=ALT,7,movetoworkspace,7 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 |