diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-08 15:02:05 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-08 15:02:05 +0700 |
commit | 2cc273fb67b0151beae897c7dccc55c4cf833959 (patch) | |
tree | cf3b9934b58f7a11e71eac013ba0bf9d679bf7ab /awesome | |
parent | d09fb472202018a3d311f2f1db337e4de07c8849 (diff) | |
download | dotfiles-2cc273fb67b0151beae897c7dccc55c4cf833959.tar.gz |
Update 2020-06-08
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index fe8dddc..db17aae 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -82,15 +82,15 @@ local modkey = "Mod4" awful.layout.layouts = { awful.layout.suit.fair, --awful.layout.suit.fair.horizontal, - awful.layout.suit.tile, + --awful.layout.suit.tile, --awful.layout.suit.tile.left, - --awful.layout.suit.tile.bottom, + awful.layout.suit.tile.bottom, --awful.layout.suit.tile.top, --awful.layout.suit.spiral, --awful.layout.suit.spiral.dwindle, awful.layout.suit.max, - awful.layout.suit.max.fullscreen, - --awful.layout.suit.magnifier, + --awful.layout.suit.max.fullscreen, + awful.layout.suit.magnifier, --awful.layout.suit.corner.nw, --awful.layout.suit.corner.ne, --awful.layout.suit.corner.sw, |