hyprland: add SUPER+arrow workspace cycling and overview binds

SUPER+Left/Right cycle existing workspaces on the active monitor
(m+1/m-1 with cycling enabled), SUPER+Up opens the hyprshell overview
scoped to the current monitor (create/manage workspaces there), and
SUPER+Down closes the overview again. Adds binds-help.sh cheat sheet
(SHIFT+SUPER+H) and overview-close.sh helper.
This commit is contained in:
2026-09-07 18:14:27 -06:00
parent 09c8706f35
commit b148fcc256
5 changed files with 119 additions and 47 deletions
+8
View File
@@ -39,6 +39,14 @@ hl.config({
},
})
hl.config({
binds = {
-- Let SUPER+Left/Right (and scroll) wrap around instead of stopping at the
-- edge when cycling workspaces on the active monitor.
allow_workspace_cycles = true,
},
})
hl.config({
decoration = {
rounding = 4,