Mercurial > dwm-meillo
comparison config.arg.h @ 663:a876f137a5d3
I inc/decrease on the fly, feels better
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Fri, 05 Jan 2007 22:03:09 +0100 |
parents | 4cf9ab28b36c |
children | a3cdba5f2a33 |
comparison
equal
deleted
inserted
replaced
662:3e0f11a44293 | 663:a876f137a5d3 |
---|---|
17 #define STATUSBGCOLOR "#222222" | 17 #define STATUSBGCOLOR "#222222" |
18 #define STATUSFGCOLOR "#99ccff" | 18 #define STATUSFGCOLOR "#99ccff" |
19 | 19 |
20 #define MASTER 600 /* per thousand */ | 20 #define MASTER 600 /* per thousand */ |
21 #define MODKEY Mod1Mask | 21 #define MODKEY Mod1Mask |
22 #define NMASTER 2 /* clients in master area */ | 22 #define NMASTER 1 /* clients in master area */ |
23 #define SNAP 40 /* pixel */ | 23 #define SNAP 40 /* pixel */ |
24 | 24 |
25 #define KEYS \ | 25 #define KEYS \ |
26 static Key key[] = { \ | 26 static Key key[] = { \ |
27 /* modifier key function argument */ \ | 27 /* modifier key function argument */ \ |