openbsd-ports/x11/dwm/patches/patch-config_h

31 lines
1.1 KiB
Plaintext

--- config.h.orig Sat Nov 24 23:23:08 2007
+++ config.h Sat Nov 24 23:23:09 2007
@@ -4,12 +4,12 @@
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
-#define NORMBORDERCOLOR "#cccccc"
-#define NORMBGCOLOR "#cccccc"
-#define NORMFGCOLOR "#000000"
-#define SELBORDERCOLOR "#0066ff"
-#define SELBGCOLOR "#0066ff"
-#define SELFGCOLOR "#ffffff"
+#define NORMBORDERCOLOR "#404040"
+#define NORMBGCOLOR "#202020"
+#define NORMFGCOLOR "#c0c0c0"
+#define SELBORDERCOLOR "#8888ff"
+#define SELBGCOLOR "#404040"
+#define SELFGCOLOR "#f0f0f0"
/* tagging */
const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
@@ -39,7 +39,7 @@ Key keys[] = {
{ MODKEY, XK_p, spawn,
"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'"
" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" },
- { MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" },
+ { MODKEY|ShiftMask, XK_Return, spawn, "exec xterm" },
{ MODKEY, XK_space, setlayout, NULL },
{ MODKEY, XK_b, togglebar, NULL },
{ MODKEY, XK_j, focusnext, NULL },