Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
migrated arg's config.h to new dmenu command line options
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
f2cd997
..
612157b
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-9,7
+9,7
@@
const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define FLOATSYMBOL "><>"
#define TILESYMBOL "[]="
#define FLOATSYMBOL "><>"
#define TILESYMBOL "[]="
-#define FONT "-*-terminus-medium-
*-*-*-14-*-*-*-*-*-iso10646
-*"
+#define FONT "-*-terminus-medium-
r-*-*-14-*-*-*-*-*-*
-*"
#define NORMBGCOLOR "#333333"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#336699"
#define NORMBGCOLOR "#333333"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#336699"
@@
-25,11
+25,11
@@
const char *tags[] = { "dev", "work", "net", "fnord", NULL };
static Key key[] = { \
/* modifier key function argument */ \
{ MODKEY|ShiftMask, XK_Return, spawn, \
static Key key[] = { \
/* modifier key function argument */ \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec u
rxvtc -tr
-bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
+ { .cmd = "exec u
xterm
-bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
{ MODKEY, XK_p, spawn, \
{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
{ MODKEY, XK_p, spawn, \
{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
- " | dmenu -f
ont '"FONT"' -normbg '"NORMBGCOLOR"' -normfg
'"NORMFGCOLOR"' " \
- "-s
elbg '"SELBGCOLOR"' -selfg
'"SELFGCOLOR"')\" && exec $exe" } }, \
+ " | dmenu -f
n '"FONT"' -nb '"NORMBGCOLOR"' -nf
'"NORMFGCOLOR"' " \
+ "-s
b '"SELBGCOLOR"' -sf
'"SELFGCOLOR"')\" && exec $exe" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \