From 1f51cafb5a734bed86bfd89aaad48fbb1345b7e5 Mon Sep 17 00:00:00 2001 From: hms Date: Sun, 30 Aug 2020 16:46:34 -0700 Subject: [PATCH] moved tile layout to top of layout list --- wm/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm/awesome/rc.lua b/wm/awesome/rc.lua index 1248634..4c09acc 100644 --- a/wm/awesome/rc.lua +++ b/wm/awesome/rc.lua @@ -66,8 +66,8 @@ modkey = "Mod4" -- @DOC_LAYOUT@ -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { - awful.layout.suit.floating, awful.layout.suit.tile, + awful.layout.suit.floating, awful.layout.suit.tile.left, awful.layout.suit.tile.bottom, awful.layout.suit.tile.top,