add shortcut for hide awesome wibo
This commit is contained in:
parent
70968d1f0a
commit
04377bfcc8
@ -284,6 +284,9 @@ root.buttons(gears.table.join(
|
|||||||
|
|
||||||
-- {{{ Key bindings
|
-- {{{ Key bindings
|
||||||
globalkeys = gears.table.join(
|
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,
|
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
||||||
{description="show help", group="awesome"}),
|
{description="show help", group="awesome"}),
|
||||||
awful.key({ modkey, }, "Left", awful.tag.viewprev,
|
awful.key({ modkey, }, "Left", awful.tag.viewprev,
|
||||||
|
Loading…
Reference in New Issue
Block a user