aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-27 13:05:06 -0400
committerBlista Kanjo2023-07-27 13:05:06 -0400
commite771d728df9e425e72c021a4d3b8c0ceb2ae0037 (patch)
tree3147d8a80f4b5be61c2288a1e8e69ecaa9e17f10 /.config/awesome/rc.lua
parent32b097b7cfdc0822802fdd62961e30f0c2cf5844 (diff)
refactor: `group = "awesome"` for `toggle wibar` bind
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua2
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