From 585922c64ca91955094036510b60aa36a0cf342d Mon Sep 17 00:00:00 2001 From: "P.P.A" Date: Sun, 9 Jul 2023 10:05:07 +0200 Subject: leftstack --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3f2f1c6..99a5859 100644 --- a/config.h +++ b/config.h @@ -50,7 +50,7 @@ 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 */ + { "=[]", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, }; -- cgit v1.2.3