baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.77k stars 415 forks source link

Add common tile layout to bspwm #1265

Open spavlovich001 opened 3 years ago

spavlovich001 commented 3 years ago

Please add classic tile(like dwm), bstack, fibonacci. These are three effective layouts that are used in work. All layouts that are implemented in bspwm lead to the fact that you need to observe which window you are in so as not to open a window in the master area

https://github.com/phenax/bsp-layout - no worked

https://github.com/ghomasHudson/bspwm-dwm - worked, but bug available(if i close window in stack area)

ivanmilov commented 3 years ago

https://github.com/phenax/bsp-layout - no worked

Works perfectly for me, thank you for the link!