sulami / FrankenWM

🖼️ Fast dynamic tiling X11 window manager
https://bbs.archlinux.org/viewtopic.php?id=189060
Other
263 stars 34 forks source link

Allow user to choose which layouts to cycle over #119

Open qsmodo opened 3 years ago

qsmodo commented 3 years ago

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.