cyclelayout - bakkeby/dusk GitHub Wiki
| Function | Expected argument | Default keybindings |
|---|---|---|
| cyclelayout |
1 or -1
|
N/A |
The cyclelayout function cycles through the predefined layouts in a clockwise or counter-clockwise
direction.

There are no default keybindings for this function, but the mouse scrollwheel can be applied on the layout icon on the bar to use this feature.
External commands:
duskc run_command cyclelayout 1 # cycle to next layout (clockwise)
duskc run_command cyclelayout -1 # cycle to next layout (counter-clockwise)Also see the setlayout function.