Adding inplacerotate patch

This commit is contained in:
bakkeby
2020-01-17 09:54:23 +01:00
parent bf4fdc6484
commit 83a7b16a86
7 changed files with 78 additions and 3 deletions

View File

@@ -233,6 +233,12 @@
*/
#define HOLDBAR_PATCH 0
/* This patch provides a keybinding to rotate all clients in the currently selected
* area (master or stack) without affecting the other area.
* https://dwm.suckless.org/patches/inplacerotate/
*/
#define INPLACEROTATE_PATCH 0
/* Adds rule option for clients to avoid accidental termination by killclient for sticky windows.
* https://dwm.suckless.org/patches/ispermanent/
*/
@@ -355,7 +361,7 @@
*/
#define ROTATESTACK_PATCH 0
/* This patch aves size and position of every floating window before it is forced
/* This patch saves 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/