From e5b5be048c087e04bd504d4c13a48317d7a45915 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Jul 2017 15:45:45 -0300 Subject: Refactor for 4.x compatibility --- config.dot/awesome.link/layout.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.dot/awesome.link/layout.lua (limited to 'config.dot/awesome.link/layout.lua') 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, +} +-- }}} -- cgit v1.2.3