diff options
| author | Blista Kanjo | 2023-07-27 13:05:06 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-27 13:05:06 -0400 |
| commit | e771d728df9e425e72c021a4d3b8c0ceb2ae0037 (patch) | |
| tree | 3147d8a80f4b5be61c2288a1e8e69ecaa9e17f10 /.config | |
| parent | 32b097b7cfdc0822802fdd62961e30f0c2cf5844 (diff) | |
refactor: `group = "awesome"` for `toggle wibar` bind
Diffstat (limited to '.config')
| -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 |
