Lot of fixes and updates.

This commit is contained in:
Johannes Findeisen 2023-02-06 04:02:01 +01:00
commit 9cc3b723ba
3 changed files with 6 additions and 4 deletions

View file

@ -127,7 +127,7 @@ local function client_menu_toggle_fn()
instance:hide()
instance = nil
else
instance = awful.menu.clients({ theme = { width = 250 } })
instance = awful.menu.clients({ theme = { width = 500 } })
end
end
end