Browse Source

fixing layouts

config
TiynGER 7 months ago
parent
commit
2ab6d4df92
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.def.h

+ 2
- 2
config.def.h

@ -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…
Cancel
Save