Adding insets patch

This commit is contained in:
bakkeby
2020-08-10 12:32:58 +02:00
parent e5ea493d32
commit 1dd4ec5bc4
8 changed files with 77 additions and 3 deletions

View File

@@ -458,6 +458,12 @@
*/
#define INPLACEROTATE_PATCH 0
/* This patch lets you define custom insets from each edge of the screen. One use case would be
* to arrange space for an external bar.
* https://dwm.suckless.org/patches/insets/
*/
#define INSETS_PATCH 0
/* Adds rule option for clients to avoid accidental termination by killclient for sticky windows.
* https://dwm.suckless.org/patches/ispermanent/
*/