Introduction
Introduction Statistics Contact Development Disclaimer Help
tintegrated the new -x -y -w toggles of dmenu into my setup - dwm - [fork] cust…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit b31b430592125a9f8481bb8a812c06cab9003dcf
parent 88c8ead3e8a22d311964c2a3ea0e384044f546c9
Author: Anselm R Garbe <[email protected]>
Date: Wed, 5 Mar 2008 19:03:45 +0000
integrated the new -x -y -w toggles of dmenu into my setup
Diffstat:
M config.def.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -10,7 +10,7 @@
#define SELBGCOLOR "#0066ff"
#define SELFGCOLOR "#ffffff"
-#if WORK
+#if ANSELM_OFFICE
/* bar position */
#define BX 0
t@@ -88,8 +88,13 @@ Layout layouts[] = {
#define MODKEY Mod1Mask
Key keys[] = {
/* modifier key function …
+#if ANSELM_OFFICE
+ { MODKEY, XK_p, spawn,
+ "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGC…
+#else
{ MODKEY, XK_p, spawn,
"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGC…
+#endif
{ MODKEY|ShiftMask, XK_Return, spawn, "exec uxte…
{ MODKEY, XK_j, focusnext, …
{ MODKEY, XK_k, focusprev, …
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.