소스 검색

Add new tiling option

Andrew Swistak 11 년 전
부모
커밋
49967bde4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,