diff --git a/Home.md b/Home.md index a25f950..a22734e 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/_Sidebar.md b/_Sidebar.md index 48d9c16..a7d22ab 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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) diff --git a/attachtop.md b/attachtop.md new file mode 100644 index 0000000..1be16e4 --- /dev/null +++ b/attachtop.md @@ -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)