Changed layout.

This commit is contained in:
Sheldon Lee 2020-11-19 20:45:22 +08:00
parent 7b0304cadb
commit d16953eb7c

View File

@ -64,7 +64,7 @@ altkey = "Mod1"
-- Table of layouts to cover with awful.layout.inc, order matters. -- Table of layouts to cover with awful.layout.inc, order matters.
awful.layout.layouts = { awful.layout.layouts = {
-- awful.layout.suit.floating, -- awful.layout.suit.floating,
-- awful.layout.suit.tile, awful.layout.suit.tile,
-- awful.layout.suit.tile.left, -- awful.layout.suit.tile.left,
-- awful.layout.suit.tile.bottom, -- awful.layout.suit.tile.bottom,
-- awful.layout.suit.tile.top, -- awful.layout.suit.tile.top,
@ -72,7 +72,7 @@ awful.layout.layouts = {
-- awful.layout.suit.fair.horizontal, -- awful.layout.suit.fair.horizontal,
-- awful.layout.suit.spiral, -- awful.layout.suit.spiral,
-- awful.layout.suit.spiral.dwindle, -- awful.layout.suit.spiral.dwindle,
awful.layout.suit.corner.nw, --awful.layout.suit.corner.nw,
awful.layout.suit.max, awful.layout.suit.max,
-- awful.layout.suit.max.fullscreen, -- awful.layout.suit.max.fullscreen,
-- awful.layout.suit.magnifier, -- awful.layout.suit.magnifier,