Updated SUPER + down to cycle to the next window

This commit is contained in:
2026-06-28 09:48:38 -04:00
parent 307163b567
commit 9663c18c7e
+1 -1
View File
@@ -235,7 +235,7 @@ end
bind("SUPER + right", function() cycle_layout() end) bind("SUPER + right", function() cycle_layout() end)
bind("SUPER + left", function() cycle_layout() end) bind("SUPER + left", function() cycle_layout() end)
bind("SUPER + up", dsp.window.fullscreen({ mode = 1 })) bind("SUPER + up", dsp.window.fullscreen({ mode = 1 }))
bind("SUPER + down", function() cycle_layout() end) bind("SUPER + down", hl.dsp.window.cycle_next())
-- XMonad-style cycle & Alt+Tab (using native dsp dispatchers) -- XMonad-style cycle & Alt+Tab (using native dsp dispatchers)
bind("SUPER + J", hl.dsp.window.cycle_next()) bind("SUPER + J", hl.dsp.window.cycle_next())