config.arg.h
changeset 878 d2ae55f83f9f
parent 862 b0b95daf853b
child 899 be0361d55c96
equal deleted inserted replaced
877:29c4a4d1214c 878:d2ae55f83f9f
     1 /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
     1 /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
     2  * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
     2  * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
     3  * See LICENSE file for license details. */
     3  * See LICENSE file for license details. */
     4 
     4 
     5 /* appearance */
     5 /* appearance */
       
     6 #define BARPOS			BarTop /* BarBot, BarOff */
     6 #define BORDERPX		1
     7 #define BORDERPX		1
     7 #define FONT			"-*-pixelcarnage monospace-*-r-*-*-14-*-*-*-*-*-*-*"
     8 #define FONT			"-*-pixelcarnage monospace-*-r-*-*-14-*-*-*-*-*-*-*"
     8 #define NORMBORDERCOLOR		"#333"
     9 #define NORMBORDERCOLOR		"#333"
     9 #define NORMBGCOLOR		"#222"
    10 #define NORMBGCOLOR		"#222"
    10 #define NORMFGCOLOR		"#ccc"
    11 #define NORMFGCOLOR		"#ccc"
    11 #define SELBORDERCOLOR		"#8c8"
    12 #define SELBORDERCOLOR		"#8c8"
    12 #define SELBGCOLOR		"#555"
    13 #define SELBGCOLOR		"#555"
    13 #define SELFGCOLOR		"#fff"
    14 #define SELFGCOLOR		"#fff"
    14 #define TOPBAR			True		/* False */
       
    15 
    15 
    16 /* tagging */
    16 /* tagging */
    17 #define TAGS \
    17 #define TAGS \
    18 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    18 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    19 #define RULES \
    19 #define RULES \
    45 		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
    45 		"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
    46 		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
    46 		" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
    47 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    47 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
    48 		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
    48 		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
    49 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
    49 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
       
    50 	{ MODKEY,			XK_b,		togglebar,	NULL }, \
    50 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
    51 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
    51 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
    52 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
    52 	{ MODKEY|ShiftMask,		XK_j,		incnmaster,	"1" }, \
    53 	{ MODKEY|ShiftMask,		XK_j,		incnmaster,	"1" }, \
    53 	{ MODKEY|ShiftMask,		XK_k,		incnmaster,	"-1" }, \
    54 	{ MODKEY|ShiftMask,		XK_k,		incnmaster,	"-1" }, \
    54 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
    55 	{ MODKEY,			XK_j,		focusclient,	"1" }, \