summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
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),