summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 08:47:00 +0200
committerbakkeby <[email protected]>2019-10-24 13:00:05 +0200
commit2112ea927f15525a541553ca680677664e73ffe1 (patch)
tree2a1995bf69fd5c4cd3b8bdbb146a56ceac1a92c3 /patches.h
parentd82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (diff)
downloaddwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.tar.gz
dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.zip
Adding exresize patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index d9b3d03..4d1d781 100644
--- a/patches.h
+++ b/patches.h
@@ -143,6 +143,13 @@
*/
#define EWMHTAGS_PATCH 0
+/* This patch allows the user to change size and placement of floating windows using only the
+ * keyboard. It also allows for temporary vertical and horizontal extension of windows similar
+ * to other WMs fill command.
+ * https://dwm.suckless.org/patches/exresize/
+ */
+#define EXRESIZE_PATCH 0
+
/* This patch will enable an extra status bar in dwm in a similar manner to the dualstatus
* patch. If the primary status is at the top via topbar then the extra status bar will be
* placed at the bottom and vice versa.