Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork716
replicate other wm
James Wright edited this pageMay 19, 2021 ·4 revisions
On this page you will see how to replicate(entirely or partially) the behavior ofother (tiling) window managers.
Work in progress! (last update 19/05/2021). |
---|
Seeqtile-plasma as a layout that replicates much of i3's basic tree system
TODO: replicate i3 / i3-gaps. |
---|
If you are used to the wayTerminator splits panes,the BSP layout (see docs) is for you.
First, lets define the layout itself:
layouts= [layout.Bsp(border_normal="#000000",border_focus="#ffffff",border_width=1,fair=False,lower_right=False,grow_amount=1,# uncomment if you want gaps between windows#margin=20, ), ...]
TODO: replicate Terminator keys (and add link to related resizing section) |
---|