From f0f7e55a045349374e745f7c906a8a5fd45339d2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 27 Jun 2024 20:50:50 +0100 Subject: [PATCH] awesome: re-add the max layout --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 89f38a75..11d14035 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -73,8 +73,8 @@ modkey = "Mod4" -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { - -- awful.layout.suit.max, awful.layout.suit.tile, + awful.layout.suit.max, awful.layout.suit.floating, -- awful.layout.suit.tile.left, -- awful.layout.suit.tile.bottom,