diff options
author | Marvin Borner | 2020-06-14 16:41:35 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-14 16:41:35 +0200 |
commit | 9ce9e64fb688161b7aa09d2c82bde010000b8368 (patch) | |
tree | b6a6f3b85d9f850aa2a1a6e2858df41353f833b0 /.repos/dwm/config.h | |
parent | 88565e120f0564f2354925617a83f1496353bb8d (diff) |
Added new sync process via external dir
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r-- | .repos/dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index bd684a2..a22059a 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -67,7 +67,7 @@ static const Rule rules[] = { { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, { NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 }, - { NULL, NULL, "DISPATCH", 1 << 2, 0, 1, 0, -1 }, + //{ NULL, NULL, "REPL", 1 << 2, 0, 1, 0, -1 }, { NULL, NULL, "WhatsApp", 1 << 7, 0, 0, 0, -1 }, }; |