Browse Source

Add new tiling option

Andrew Swistak 11 năm trước cách đây
mục cha
commit
49967bde4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/awesome/rc.lua

+ 1 - 1
config/awesome/rc.lua

@@ -58,8 +58,8 @@ alt_mod = "Mod1"
 -- Table of layouts to cover with awful.layout.inc, order matters.
 local layouts =
 {
-  --awful.layout.suit.tile,
   awful.layout.suit.tile.left,
+  awful.layout.suit.tile,
   --awful.layout.suit.tile.bottom,
   --awful.layout.suit.tile.top,
   awful.layout.suit.fair,