aboutsummaryrefslogtreecommitdiff
path: root/.repos/dwm/config.h
diff options
context:
space:
mode:
authorMarvin Borner2020-06-14 16:41:35 +0200
committerMarvin Borner2020-06-14 16:41:35 +0200
commit9ce9e64fb688161b7aa09d2c82bde010000b8368 (patch)
treeb6a6f3b85d9f850aa2a1a6e2858df41353f833b0 /.repos/dwm/config.h
parent88565e120f0564f2354925617a83f1496353bb8d (diff)
Added new sync process via external dir
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r--.repos/dwm/config.h2
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 },
};