Adding savefloats patch

This commit is contained in:
bakkeby
2019-09-07 23:08:53 +02:00
parent 7c23a59c38
commit ffe8da4273
3 changed files with 71 additions and 3 deletions

View File

@@ -92,6 +92,13 @@
*/
#define ROTATESTACK_PATCH 0
/* This patch aves size and position of every floating window before it is forced
* into tiled mode. If the window is made floating again then the old dimensions
* will be restored.
* https://dwm.suckless.org/patches/save_floats/
*/
#define SAVEFLOATS_PATCH 1
/* The systray patch adds systray for the status bar.
* https://dwm.suckless.org/patches/systray/
*/