Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
well I agree to several people claiming h/j/k/l is the better default than Tab/S...
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
f286769
..
baea74c
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-18,7
+18,7
@@
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
#define RULES \
static Rule rule[] = { \
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
#define RULES \
static Rule rule[] = { \
- /* class:instance:title regex tags regex is
untiled
*/ \
+ /* class:instance:title regex tags regex is
floating
*/ \
{ "Firefox", "3", False }, \
{ "Gimp", NULL, True }, \
{ "MPlayer", NULL, True }, \
{ "Firefox", "3", False }, \
{ "Gimp", NULL, True }, \
{ "MPlayer", NULL, True }, \
@@
-30,7
+30,7
@@
static Rule rule[] = { \
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
- { "><>",
untile
}, \
+ { "><>",
floating
}, \
};
#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
};
#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
@@
-42,11
+42,10
@@
static Layout layout[] = { \
static Key key[] = { \
/* modifier key function argument */ \
{ MODKEY, XK_p, spawn, \
static Key key[] = { \
/* modifier key function argument */ \
{ MODKEY, XK_p, spawn, \
- "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
- " | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
- "-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" }, \
+ "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \
+ " '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- "exec urxvtcd -tr -bg '#2
92929
' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
+ "exec urxvtcd -tr -bg '#2
22
' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
@@
-56,7
+55,7
@@
static Key key[] = { \
{ MODKEY, XK_k, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY, XK_k, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
- { MODKEY|ShiftMask, XK_space, toggle
tiled,
NULL }, \
+ { MODKEY|ShiftMask, XK_space, toggle
floating,
NULL }, \
{ MODKEY|ShiftMask, XK_c, killclient, NULL }, \
{ MODKEY, XK_0, view, NULL }, \
{ MODKEY, XK_1, view, "0" }, \
{ MODKEY|ShiftMask, XK_c, killclient, NULL }, \
{ MODKEY, XK_0, view, NULL }, \
{ MODKEY, XK_1, view, "0" }, \