diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h index 9d28e75..dba11da 100644 --- a/config.h +++ b/config.h @@ -8,3 +8,8 @@ #define FGCOLOR "#ffffff" #define BORDERCOLOR "#9999CC" #define STATUSDELAY 10 /* seconds */ + +/* tags, see wm.c for further config */ +enum { Tscratch, Tdev, Tirc, Twww, Twork, /* never remove: */ TLast }; + +/* see kb.c for shortcut customization */ |