diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index 65d0a3f..acb709d 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -227,6 +227,7 @@ function theme.at_screen_connect(s) awful.tag.attached_connect_signal(s, "property::layout", function () update_txt_layoutbox(s) end) s.mytxtlayoutbox: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)))