An open API service indexing awesome lists of open source software.

https://github.com/modprog/sway_helper


https://github.com/modprog/sway_helper

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# sway_helper

# Layout Algorithm

Checks what windows are available and reduces the layout accordingly.

Example (window F, B and D don't exist):

```
A|D|F A|E
-|D|F A|E
B|-|F => -|E
-|E|F C|E
C|E|F C|E
----- ---
GGGGG GGG
```