From b232aa4a52e5fa07555d4aec6088666dc903dd97 Mon Sep 17 00:00:00 2001 From: Sorky <43520033+Sorky@users.noreply.github.com> Date: Sun, 4 Nov 2018 17:16:40 +1100 Subject: [PATCH] Update theme.lua --- themes/powerarrow/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index 4463d59..958d40f 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -317,6 +317,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)))