mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 15:57:45 +02:00
fixing layouts
This commit is contained in:
parent
9228d0d79f
commit
2ab6d4df92
@ -49,10 +49,10 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi
|
||||
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "[D]", deck },
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
};
|
||||
|
||||
/* key definitions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user