Update 2025-01-11

This commit is contained in:
2025-01-11 18:19:28 +02:00
parent 9ae599446b
commit f441d61eca
40 changed files with 845 additions and 587 deletions

View File

@@ -496,7 +496,8 @@ local globalkeys = gears.table.join(
end, { description = "lua execute prompt", group = "awesome" }),
-- Menubar
awful.key({ modkey }, "p", function()
menubar.show()
-- menubar.show()
awful.spawn("rofi -show drun -show-icons")
end, { description = "show the menubar", group = "launcher" })
)