diff options
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 262aef2..e7f6c2f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -286,7 +286,7 @@ globalkeys = gears.table.join( myscreen = awful.screen.focused() myscreen.mywibox.visible = not myscreen.mywibox.visible end, - { description = "toggle wibar" } + { description = "toggle wibar", group = "awesome" } ), -- change window focus in maximized layout |
