From 8c67217d1dd4514a654ee79021d9d897efbd3b85 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 22 Mar 2017 10:44:00 +0100 Subject: add fair layout --- config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index cc1ce49..90f3bbf 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -68,7 +68,7 @@ local layouts = -- awful.layout.suit.tile.left, awful.layout.suit.tile.bottom, -- awful.layout.suit.tile.top, - -- awful.layout.suit.fair, + awful.layout.suit.fair, -- awful.layout.suit.fair.horizontal, -- awful.layout.suit.spiral, -- awful.layout.suit.spiral.dwindle, @@ -314,6 +314,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "F2", function () awful.layout.set(awful.layout.suit.tile) end), awful.key({ modkey, }, "F3", function () awful.layout.set(awful.layout.suit.tile.bottom) end), awful.key({ modkey, }, "F4", function () awful.layout.set(awful.layout.suit.max) end), + awful.key({ modkey, }, "F5", function () awful.layout.set(awful.layout.suit.fair) end), awful.key({ }, "XF86AudioRaiseVolume", function () awful.spawn("amixer -q -D default sset Master 5%+", false) end), -- cgit v1.2.3