home/hypr: add super+scroll
This commit is contained in:
@@ -60,6 +60,14 @@ in
|
|||||||
(lua "{ mouse = true }")
|
(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
|
# Window actions
|
||||||
(mod "W" [
|
(mod "W" [
|
||||||
(lua "hl.dsp.window.close()")
|
(lua "hl.dsp.window.close()")
|
||||||
|
|||||||
Reference in New Issue
Block a user