diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-06-20 17:02:55 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-06-20 17:02:55 +0100 |
commit | c2fff604a760d271c7e9311c2927954e87ac3a6e (patch) | |
tree | 5dd0482c3580e318cfd48de5f58a046bc591fe8a /config.def.h | |
parent | 6644a6aa2e4267fa67c811f60e6f9f99a0b1e067 (diff) | |
download | dwm-c2fff604a760d271c7e9311c2927954e87ac3a6e.tar.gz |
we need a tagset per monitor, removed tagset declaration from config.h
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e1953c3..95cb168 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,6 @@ static Bool topbar = True; /* False means bottom bar */ /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */ static Rule rules[] = { /* class instance title tags mask isfloating */ |