diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:04:38 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:04:38 +0200 |
commit | da2bbd371c522d63d737d43a127601a3fdbcb9d8 (patch) | |
tree | fe7f5874dc09c446d3da38f15930c5f6ae523c13 /config.h | |
parent | b1701adf75297747c52e0c3ed2c314cd10129907 (diff) | |
download | dwm-da2bbd371c522d63d737d43a127601a3fdbcb9d8.tar.gz |
before leaning things up
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 */ |