FrankenWM icon indicating copy to clipboard operation
FrankenWM copied to clipboard

Allow user to choose which layouts to cycle over

Open qsmodo opened this issue 3 years ago • 0 comments

For people who use only a couple of favorite layouts, it might be worth to have one single keybinding to cycle through them. This allows choosing them with a new macro which defaults to all layouts for backwards compatibility.

#define CYCLE_MODES (TILE|MONOCLE|BSTACK|GRID|FIBONACCI|DUALSTACK|EQUAL)

The keybindings to jump directly to one of the modes still work regardless of CYCLE_MODES value.

qsmodo avatar Jun 09 '21 23:06 qsmodo