Adding cmdcustomize patch

This commit is contained in:
bakkeby
2019-10-05 23:56:43 +02:00
parent f096d003d9
commit ac4269a4f2
7 changed files with 52 additions and 1 deletions

View File

@@ -98,6 +98,11 @@
*/
#define CFACTS_PATCH 0
/* This patch allows color attributes to be set through the command line.
* https://dwm.suckless.org/patches/cmdcustomize/
*/
#define CMDCUSTOMIZE 0
/* This patch tweaks the tagging interface so that you can select multiple tags for tag
* or view by pressing all the right keys as a combo. For example to view tags 1 and 3,
* hold MOD and then press and hold 1 and 3 together.