add shortcut for hide awesome wibo

This commit is contained in:
vincent 2018-11-11 18:55:47 +01:00
parent 70968d1f0a
commit 04377bfcc8

View File

@ -284,6 +284,9 @@ root.buttons(gears.table.join(
-- {{{ Key bindings
globalkeys = gears.table.join(
awful.key({ modkey }, "b", function ()
mouse.screen.mywibox.visible = not mouse.screen.mywibox.visible
end,{description="toble wibox",group="awesome"}),
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
{description="show help", group="awesome"}),
awful.key({ modkey, }, "Left", awful.tag.viewprev,