-
Notifications
You must be signed in to change notification settings - Fork 23
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.
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.
Concepts | Configuration | Features | Flags | Functionality | Functions