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,