Updated SUPER + down to cycle to the next window
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ end
|
||||
bind("SUPER + right", function() cycle_layout() end)
|
||||
bind("SUPER + left", function() cycle_layout() end)
|
||||
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)
|
||||
bind("SUPER + J", hl.dsp.window.cycle_next())
|
||||
|
||||
Reference in New Issue
Block a user