From a335ffcc46332eb4afc7d584852d8a92a0185a19 Mon Sep 17 00:00:00 2001 From: Sorky <43520033+Sorky@users.noreply.github.com> Date: Sun, 4 Nov 2018 17:16:14 +1100 Subject: [PATCH] Update theme.lua --- themes/powerarrow-dark/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index f2454a4..2fb2b7b 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -278,6 +278,7 @@ function theme.at_screen_connect(s) s.mylayoutbox = awful.widget.layoutbox(s) s.mylayoutbox:buttons(my_table.join( awful.button({ }, 1, function () awful.layout.inc( 1) end), + awful.button({ }, 2, function () awful.layout.set( awful.layout.layouts[1] ) end), awful.button({ }, 3, function () awful.layout.inc(-1) end), awful.button({ }, 4, function () awful.layout.inc( 1) end), awful.button({ }, 5, function () awful.layout.inc(-1) end)))