From 3ed6130a15c79b235a4d85c8f43cb1326ce4d0c0 Mon Sep 17 00:00:00 2001 From: Sorky <43520033+Sorky@users.noreply.github.com> Date: Sun, 4 Nov 2018 17:15:41 +1100 Subject: [PATCH] Update theme.lua --- themes/multicolor/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index 2778a96..2ffa92b 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -271,6 +271,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)))