Added zoomfloating patch. Changed zoom and togglefloating functions to use c rather than selmon->sel.

This commit is contained in:
bakkeby
2020-08-22 09:21:23 +02:00
parent 110cc7d240
commit 91b6671981
3 changed files with 49 additions and 37 deletions

View File

@@ -935,6 +935,11 @@
*/
#define XRDB_PATCH 0
/* Simple patch that allows floating windows to be zoomed into the master stack position.
* https://www.reddit.com/r/suckless/comments/ie5fe3/zoomfloating_my_own_simple_original_patch/
*/
#define ZOOMFLOATING_PATCH 0
/* The zoomswap patch allows a master and a stack window to swap places
* rather than every window on the screen changing position.
* https://dwm.suckless.org/patches/zoomswap/