Commit 1548af88f756717e8e6d92fb82a9af6229ef05aa
1 parent
2e09ab6b2c
Exists in
master
enabled awesome useless layouts
Showing 2 changed files with 4 additions and 2 deletions Side-by-side Diff
awesome/awesome/darkburn/theme.lua
View file @
1548af8
... | ... | @@ -98,6 +98,8 @@ |
98 | 98 | theme.layout_floating = theme.themedir .. "layouts/floating.png" |
99 | 99 | theme.layout_browse = theme.themedir .. "layouts/browse.png" |
100 | 100 | theme.layout_termfair = theme.themedir .. "layouts/termfair.png" |
101 | +theme.layout_uselesstile = theme.themedir .. "layouts/tile.png" | |
102 | +theme.layout_fairh = theme.themedir .. "layouts/fairh.png" | |
101 | 103 | -- }}} |
102 | 104 | |
103 | 105 | -- {{{ Titlebar |
awesome/awesome/rc.lua
View file @
1548af8
... | ... | @@ -129,8 +129,8 @@ |
129 | 129 | awful.layout.suit.floating, |
130 | 130 | vain.layout.browse, |
131 | 131 | vain.layout.termfair, |
132 | - --vain.layout.uselessfair, | |
133 | - --vain.layout.uselesstile, | |
132 | + vain.layout.uselesstile, | |
133 | + vain.layout.uselessfair, | |
134 | 134 | --awful.layout.suit.magnifier, |
135 | 135 | --awful.layout.suit.tile.left, |
136 | 136 | --awful.layout.suit.tile.top, |