dwm-meillo

diff config.arg.h @ 739:7834ffd650d5

added TOPBAR option for making the bar appear what the user likes
author Anselm R. Garbe <arg@suckless.org>
date Thu, 08 Feb 2007 11:48:01 +0100
parents a25294eac73a
children
line diff
     1.1 --- a/config.arg.h	Thu Feb 08 11:11:15 2007 +0100
     1.2 +++ b/config.arg.h	Thu Feb 08 11:48:01 2007 +0100
     1.3 @@ -22,6 +22,7 @@
     1.4  #define MODKEY			Mod1Mask
     1.5  #define NMASTER			1		/* clients in master area */
     1.6  #define SNAP			40		/* pixel */
     1.7 +#define TOPBAR			True		/* False */
     1.8  
     1.9  #define KEYS \
    1.10  static Key key[] = { \