nixos-26.05 #7

Merged
felixalb merged 12 commits from nixos-26.05 into main 2026-06-14 21:30:14 +02:00
Showing only changes of commit d49be9609a - Show all commits
+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()")