mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-03 22:14:57 +08:00
Fix wibars_toggle
This commit is contained in:
parent
06458c76a2
commit
091fca6804
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ keys.globalkeys = gears.table.join(
|
|||
awful.key({ superkey }, "grave", function() sidebar.visible = not sidebar.visible end,
|
||||
{description = "show or hide sidebar", group = "awesome"}),
|
||||
-- Toggle wibar(s)
|
||||
awful.key({ superkey, shiftkey }, "b", wibars_toggle,
|
||||
awful.key({ superkey, shiftkey }, "b", function() wibars_toggle() end,
|
||||
{description = "show or hide wibar(s)", group = "awesome"}),
|
||||
-- Emacs (O for org mode)
|
||||
awful.key({ superkey }, "o", apps.org,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue