diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-17 17:24:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-17 17:24:31 -0300 |
commit | 3f7027442ad7da6d89413b2b868c697b2fadad53 (patch) | |
tree | 62e681597fdd03c95f800c8db74456d05b7d2d07 /config.dot/awesome.link/layout.lua | |
parent | 5353762c8a79621ca668c42dcd4104901cf144bf (diff) | |
parent | 2bc3a810fe82f69d59c92d555f4461cdd6012cf8 (diff) | |
download | awesome-3f7027442ad7da6d89413b2b868c697b2fadad53.tar.gz awesome-3f7027442ad7da6d89413b2b868c697b2fadad53.tar.bz2 |
Merge branch 'feature/stretch'
Diffstat (limited to 'config.dot/awesome.link/layout.lua')
-rw-r--r-- | config.dot/awesome.link/layout.lua | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.dot/awesome.link/layout.lua b/config.dot/awesome.link/layout.lua new file mode 100644 index 0000000..22d95c4 --- /dev/null +++ b/config.dot/awesome.link/layout.lua @@ -0,0 +1,18 @@ +-- Table of layouts to cover with awful.layout.inc, order matters. +awful.layout.layouts = { + awful.layout.suit.max, + awful.layout.suit.floating, + awful.layout.suit.tile, + awful.layout.suit.tile.left, + awful.layout.suit.tile.bottom, + awful.layout.suit.tile.top, + --awful.layout.suit.fair, + --awful.layout.suit.fair.horizontal, + --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.corner.nw, +} +-- }}} |