From e771d728df9e425e72c021a4d3b8c0ceb2ae0037 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 27 Jul 2023 13:05:06 -0400 Subject: refactor: `group = "awesome"` for `toggle wibar` bind --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') 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 -- cgit v1.2.3