Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
renamed versatile into untiled
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
f137212
..
72a74bf
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
versatile
*/ \
+ /* class:instance:title regex tags regex is
untiled
*/ \
{ "Firefox", "3", False }, \
{ "Gimp", NULL, True }, \
{ "MPlayer", NULL, True }, \
{ "Firefox", "3", False }, \
{ "Gimp", NULL, True }, \
{ "MPlayer", NULL, True }, \
@@
-30,11
+30,11
@@
static Rule rule[] = { \
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
- { "><>",
versa
tile }, \
+ { "><>",
un
tile }, \
};
#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 */
-#define SNAP 40 /*
versatile
snap pixel */
+#define SNAP 40 /*
untiled
snap pixel */
/* key definitions */
#define MODKEY Mod1Mask
/* key definitions */
#define MODKEY Mod1Mask
@@
-52,11
+52,11
@@
static Key key[] = { \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_h, incmasterw, "-15" }, \
{ MODKEY, XK_l, incmasterw, "15" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_h, incmasterw, "-15" }, \
{ MODKEY, XK_l, incmasterw, "15" }, \
- { MODKEY, XK_j, focus
next, NULL
}, \
- { MODKEY, XK_k, focus
prev, NULL
}, \
+ { MODKEY, XK_j, focus
client, "1"
}, \
+ { MODKEY, XK_k, focus
client, "-1"
}, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
- { MODKEY|ShiftMask, XK_space, toggle
versatile,
NULL }, \
+ { MODKEY|ShiftMask, XK_space, toggle
tiled,
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" }, \