add "push" patch

Devin J. Pohly 2021-03-04 00:48:14 -06:00
parent c952bd2d1a
commit e074e1958d

@ -28,6 +28,7 @@ Please ensure that the only changes in that branch are those needed for the patc
* [makeDesktop](https://github.com/djpohly/dwl/compare/main...Stivvo:makeDesktop.patch): Support for ``make install`` and ``make uninstall``, which also installs a .desktop file to start dwl from a display manager
* [movestack](https://github.com/djpohly/dwl/compare/main...sam-barr:movestack.patch): Allows you to move a window up and down the stack
* [output-power-management](https://github.com/guidocella/dwl/compare/layer-shell...guidocella:output-power-management.patch): Implement the output-power-management protocol. I don't know what this is used by, but here it is in case you need it (based on the layer shell pull request)
* [push](https://github.com/djpohly/dwl/compare/wlroots-next...djpohly:push.patch): Adds functions `pushup` and `pushdown` to move windows within the tiling order ([original dwm patch](https://dwm.suckless.org/patches/push/))
* [restoreTiling](https://github.com/djpohly/dwl/compare/main...Stivvo:restoreTiling.patch): All floating windows become tiling when switching to a different layout (mod+t, mod+m...)
* [shiftview](https://github.com/djpohly/dwl/compare/main...guidocella:shiftview.patch): Cycle through tags
* [smartBorders](https://github.com/djpohly/dwl/compare/main...Stivvo:smartBorders.patch): The borders of a window aren't drawn when is the only tiling window in its tag or is in a monocle layout; also allow ``borderpx = 0`` | Updated: 9/24/2020