diff options
| author | bakkeby <[email protected]> | 2019-10-05 23:56:43 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 23:56:43 +0200 |
| commit | ac4269a4f28f29bad9a319993ad814830248f89a (patch) | |
| tree | eabfabfca7ce1b90129364b9e21f53a2418f5b06 /patches.h | |
| parent | f096d003d9c33ec08f1d563e8f52c44f32ed80c8 (diff) | |
| download | dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.tar.gz dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.zip | |
Adding cmdcustomize patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
