about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-05 19:03:45 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-05 19:03:45 +0000
commitb31b430592125a9f8481bb8a812c06cab9003dcf (patch)
tree59ef4b53e57cd5d698c890298481fb996d8ab417 /config.def.h
parent88c8ead3e8a22d311964c2a3ea0e384044f546c9 (diff)
downloaddwm-b31b430592125a9f8481bb8a812c06cab9003dcf.tar.gz
integrated the new -x -y -w toggles of dmenu into my setup
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c87553f..88d1002 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,7 +10,7 @@
 #define SELBGCOLOR		"#0066ff"
 #define SELFGCOLOR		"#ffffff"
 
-#if WORK
+#if ANSELM_OFFICE
 
 /* bar position */
 #define BX 0
@@ -88,8 +88,13 @@ Layout layouts[] = {
 #define MODKEY			Mod1Mask
 Key keys[] = {
 	/* modifier			key		function	argument */
+#if ANSELM_OFFICE
+	{ MODKEY,			XK_p,		spawn,
+		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"' -x 0 -y 0 -w 1280" },
+#else
 	{ MODKEY,			XK_p,		spawn,
 		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
+#endif
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec uxterm" },
 	{ MODKEY,			XK_j,		focusnext,	NULL },
 	{ MODKEY,			XK_k,		focusprev,	NULL },