Add attachtop patch

Nikita Ivanov 2023-07-15 19:03:13 +02:00
parent 2c43a8c485
commit 95546c4af5

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
- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:attachtop.patch)
### Authors
- [Nikita Ivanov](https://github.com/NikitaIvanovV)