summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-17 09:54:23 +0100
committerbakkeby <[email protected]>2020-01-17 09:54:23 +0100
commit83a7b16a864bf36525c9dd3d53c1895de5de3864 (patch)
treeb4d69c60acc4c153079558cbb1d49d553dedefce /patches.h
parentbf4fdc6484513bdda749e537d8f28b775e771d48 (diff)
downloaddwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.tar.gz
dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.zip
Adding inplacerotate patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/patches.h b/patches.h
index fdf770e..3ddaf51 100644
--- a/patches.h
+++ b/patches.h
@@ -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/