diff options
author | jonsykkel <jonrevold@gmail.com> | 2021-04-19 01:01:23 +0200 |
---|---|---|
committer | jonsykkel <jonrevold@gmail.com> | 2021-04-19 01:01:23 +0200 |
commit | af27abff737da30a06335be8c0dd59174535cb9c (patch) | |
tree | 442f3657e8f9441fc590feed5819af615db8ee06 | |
parent | 40865b20051fa3f0c0962f1a867889d89670aef9 (diff) | |
download | dwm-af27abff737da30a06335be8c0dd59174535cb9c.tar.gz |
dont vant fish
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,8 +43,8 @@ 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 }, + { "><>", NULL }, /* no layout function means floating behavior */ }; /* key definitions */ |