From 2ab6d4df920d72a5655b112ee9d3e7160d377aa4 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Thu, 28 May 2020 02:15:58 +0200 Subject: [PATCH] fixing layouts --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 8737574..90c2ee0 100644 --- a/config.def.h +++ b/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 */