mirror of
git://git.suckless.org/dwm
synced 2025-07-31 12:12:14 -07:00
changed config.def.h
This commit is contained in:
@@ -56,8 +56,8 @@ Rule rules[] = {
|
|||||||
|
|
||||||
Layout layouts[] = {
|
Layout layouts[] = {
|
||||||
/* symbol function isfloating */
|
/* symbol function isfloating */
|
||||||
{ "[]|", tileh, False }, /* first entry is default */
|
{ "[]=", tilev, False }, /* first entry is default */
|
||||||
{ "[]=", tilev, False },
|
{ "[]|", tileh, False },
|
||||||
{ "><>", floating, True },
|
{ "><>", floating, True },
|
||||||
{ "[M]", monocle, True },
|
{ "[M]", monocle, True },
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user