diff options
| author | bakkeby <[email protected]> | 2020-01-17 09:54:23 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-17 09:54:23 +0100 |
| commit | 83a7b16a864bf36525c9dd3d53c1895de5de3864 (patch) | |
| tree | b4d69c60acc4c153079558cbb1d49d553dedefce /patches.h | |
| parent | bf4fdc6484513bdda749e537d8f28b775e771d48 (diff) | |
| download | dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.tar.gz dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.zip | |
Adding inplacerotate patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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/ |
