home/hypr: add super+scroll
This commit is contained in:
@@ -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()")
|
||||
|
||||
Reference in New Issue
Block a user