home/hypr: add super+scroll

This commit is contained in:
2026-06-06 11:15:50 +02:00
parent fc9e1572d1
commit d49be9609a
+8
View File
@@ -60,6 +60,14 @@ in
(lua "{ mouse = true }")
])
# Scroll through workspaces on this monitor
(mod "mouse_up" [
(lua "hl.dsp.focus({ workspace = \"r+1\" })")
])
(mod "mouse_down" [
(lua "hl.dsp.focus({ workspace = \"r-1\" })")
])
# Window actions
(mod "W" [
(lua "hl.dsp.window.close()")