Skip to content

cyclelayout

Bakkeby edited this page Feb 27, 2024 · 3 revisions
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.

cyclelayout.gif

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.

Back to Functions > Layout.

Clone this wiki locally