Browse Source

moved tile layout to top of layout list

home-manager
HMSheets 4 years ago
parent
commit
1f51cafb5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wm/awesome/rc.lua

+ 1
- 1
wm/awesome/rc.lua View File

@@ -66,8 +66,8 @@ modkey = "Mod4"
-- @DOC_LAYOUT@ -- @DOC_LAYOUT@
-- 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.tile, awful.layout.suit.tile,
awful.layout.suit.floating,
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,


Loading…
Cancel
Save