https://github.com/modprog/sway_helper
https://github.com/modprog/sway_helper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/modprog/sway_helper
- Owner: ModProg
- Created: 2022-11-08T07:49:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T07:49:20.000Z (over 3 years ago)
- Last Synced: 2025-02-08T14:22:24.919Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```