Skip to content

layoutconvert

Bakkeby edited this page Feb 27, 2024 · 3 revisions
Function Expected argument Default keybinding
layoutconvert N/A Super+Ctrl+Shift+m

The layoutconvert function converts the orientation of the layout from horizontal to vertical or vertical to horizontal.

In practice this means that a tile layout can become a bottom stack layout and vice versa. This is specifically used by the SmartLayoutConvertion functionality to convert the layout when the workspace is being moved from a horizontal (landscape) monitor to a vertical (portrait) monitor.

layoutconvert.gif

External commands:

$ duskc run_command layoutconvert  # flip between horizontal and vertical layout

Back to Functions > Layout.

Clone this wiki locally