Manage layouts in bspwm (tall and wide)
BSPWM does one thing and it does it well. It is a window manager. But some workflows require layout management to some extent. bsp-layout
fills that gap.
curl https://raw.githubusercontent.com/phenax/bsp-layout/master/install.sh | sudo sh -;
tall
- Master-stack with a tall window.
_______________
| |____|
| |____|
| |____|
|________|____|
wide
- Master-stack with a wide window.
_______________
| |
| |
|_____________|
|____|____|___|
even
- Evenly balances all window areas
_______________
|___|____|____|
|___|____|____|
|___|____|____|
OR
_______________
| | |
| |________|
| | |
|____|________|
tiled
- Default bspwm's tiled layout
_______________
| | |
| |____|
| | | |
|________|__|_|
monocle
- Default bspwm's monocle layout
_______________
| |
| |
| |
|_____________|
- Help menu
bsp-layout help
- Set a layout in desktop named 6 Not specifying the layout will apply the layout on the focused desktop
bsp-layout set tall 6
- Remove layout applied to desktop named 6 This will remove any layout applied
bsp-layout remove 6
- Apply a layout on your focused workspace once This will apply the layout on the current set of nodes on that workspace but newer nodes won't conform to the layout.
bsp-layout once tall