From d16953eb7cd98cf5670b6cb3180e3438873b0a3f Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 19 Nov 2020 20:45:22 +0800 Subject: [PATCH] Changed layout. --- .config/awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 701e606..f474d87 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -64,15 +64,15 @@ altkey = "Mod1" -- 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.tile.left, + awful.layout.suit.tile, + -- awful.layout.suit.tile.left, -- awful.layout.suit.tile.bottom, -- awful.layout.suit.tile.top, -- awful.layout.suit.fair, -- awful.layout.suit.fair.horizontal, -- awful.layout.suit.spiral, -- awful.layout.suit.spiral.dwindle, - awful.layout.suit.corner.nw, + --awful.layout.suit.corner.nw, awful.layout.suit.max, -- awful.layout.suit.max.fullscreen, -- awful.layout.suit.magnifier,