diff --git a/themes/dremora/theme.lua b/themes/dremora/theme.lua index 612e16e..51c9d55 100644 --- a/themes/dremora/theme.lua +++ b/themes/dremora/theme.lua @@ -208,6 +208,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)))