diff options
| author | bakkeby <[email protected]> | 2019-10-07 23:34:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-07 23:34:23 +0200 |
| commit | ca8638128f96f3309451577b600dc2840511ef97 (patch) | |
| tree | 605e574ee83a76575032c44972426b63216c5ed8 /patches.h | |
| parent | 2612060419c9c19a743f63393154abe176177f3c (diff) | |
| download | dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.tar.gz dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.zip | |
Adding dwmc patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -115,6 +115,13 @@ */ #define CYCLELAYOUTS_PATCH 0 +/* Simple dwmc client using a fork of fsignal to communicate with dwm. + * To use this either copy the patch/dwmc shell script to somewhere in your path or + * uncomment the following line in Makefile: #cp -f patch/dwmc ${DESTDIR}${PREFIX}/bin + * http://dwm.suckless.org/patches/dwmc/ + */ +#define DWMC_PATCH 0 + /* This patch allows no tag at all to be selected. The result is that dwm will start with * no tag selected and when you start a client with no tag rule and no tag selected then * it will be opened on the first tag. |
