From a40072e3c43ba71f78b6915d7ea10d5684d0fc27 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Mon, 18 Jul 2022 11:07:17 +0300 Subject: change layout order --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2a7c64f..01866a0 100644 --- a/config.h +++ b/config.h @@ -48,8 +48,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ - { "[0]", monocle }, { "[]^", bstack }, + { "[0]", monocle }, { "=[]=", centeredmaster }, { "[][", deck }, { "[]@", spiral }, -- cgit v1.2.3