Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
other color
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
5cac5b5
..
602d7f6
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-3,13
+3,13
@@
/* appearance */
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
/* appearance */
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
-#define FONT "-*-terminus-medium-r-*-*-1
4
-*-*-*-*-*-iso10646-*"
-#define NORMBORDERCOLOR "#
333
"
-#define NORM
BGCOLOR "#222
"
-#define NORM
FGCOLOR "#ccc
"
-#define SELBORDERCOLOR "#
59a
"
-#define SEL
BGCOLOR "#555
"
-#define SEL
FGCOLOR "#fff
"
+#define FONT "-*-terminus-medium-r-*-*-1
2
-*-*-*-*-*-iso10646-*"
+#define NORMBORDERCOLOR "#
cccc99
"
+#define NORM
FGCOLOR "#000000
"
+#define NORM
BGCOLOR "#99cc99
"
+#define SELBORDERCOLOR "#
669966
"
+#define SEL
FGCOLOR "#000000
"
+#define SEL
BGCOLOR "#ccffcc
"
/* tagging */
#define TAGS \
/* tagging */
#define TAGS \
@@
-31,6
+31,7
@@
static Layout layouts[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
+#define RESIZEHINTS True /* False - respect size hints in tiled resizals */
#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */
#define SNAP 32 /* snap pixel */
#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */
#define SNAP 32 /* snap pixel */
@@
-43,7
+44,7
@@
Key keys[] = { \
"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
"exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
" -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- "exec
urxvtcd -tr -bg '#111' -fg '#eee' -cr '#eee
' +sb -fn '"FONT"'" }, \
+ "exec
xterm -bg '#ffffea' -fg '#222222' -cr '#222222
' +sb -fn '"FONT"'" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_b, togglebar, NULL }, \
{ MODKEY, XK_j, focusnext, NULL }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_b, togglebar, NULL }, \
{ MODKEY, XK_j, focusnext, NULL }, \