Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied yiyus tagset patch
[dwm.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
c1c9653
..
42f00ae
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-35,8
+35,11
@@
Geom geoms[] = {
Layout layouts[] = {
/* symbol function isfloating */
{ "[]=", tilev, False }, /* first entry is default */
Layout layouts[] = {
/* symbol function isfloating */
{ "[]=", tilev, False }, /* first entry is default */
+ { "<>=", tilev, True },
{ "[]|", tileh, False },
{ "[]|", tileh, False },
- { "><>", floating, True },
+ { "<>|", tileh, True },
+ { "><>", NULL, True },
+ { "[m]", monocle, False },
{ "[M]", monocle, True },
};
{ "[M]", monocle, True },
};