Add attachtop patch

Nikita Ivanov 2024-04-23 00:34:44 +02:00
parent 1a1c0b48d4
commit 518bf58901
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133
3 changed files with 15 additions and 0 deletions

@ -30,6 +30,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi
* [varcol](https://codeberg.org/dwl/dwl-patches/wiki/varcol)
## Clients Placement
* [alwayscenter](https://codeberg.org/dwl/dwl-patches/wiki/alwayscenter)
* [attachtop](https://codeberg.org/dwl/dwl-patches/wiki/attachtop)
* [center-terminal](https://codeberg.org/dwl/dwl-patches/wiki/center-terminal)
* [cfact](https://codeberg.org/dwl/dwl-patches/wiki/cfact)
* [dragmfact](https://codeberg.org/dwl/dwl-patches/wiki/dragmfact)

@ -2,6 +2,7 @@
## Index
* [alwayscenter](https://codeberg.org/dwl/dwl-patches/wiki/alwayscenter)
* [attachtop](https://codeberg.org/dwl/dwl-patches/wiki/attachtop)
* [autostart](https://codeberg.org/dwl/dwl-patches/wiki/autostart)
* [bar](https://codeberg.org/dwl/dwl-patches/wiki/bar)
* [barheight](https://codeberg.org/dwl/dwl-patches/wiki/barheight)

13
attachtop.md Normal file

@ -0,0 +1,13 @@
### Description
This is a port of attachtop patch for dwm: https://dwm.suckless.org/patches/attachtop
New client attaches below the last master/on top of the stack.
Behavior feels very intuitive as it doesn't disrupt existing masters no matter the amount of them, it only pushes the clients in stack down.
### Download
- [git branch](https://codeberg.org/nikitaivanov/dwl/src/branch/attachtop)
- [2024-04-23](https://codeberg.org/dwl/dwl-patches/raw/branch/main/attachtop/attachtop.patch)
### Authors
- [Nikita Ivanov](https://codeberg.org/nikitaivanov)