awesome: use dmenu

This commit is contained in:
2025-04-07 00:46:02 +02:00
parent d6ba2a78b9
commit a5c491d1ce
3 changed files with 4 additions and 4 deletions

View File

@@ -338,8 +338,8 @@ local globalkeys = gears.table.join(
end,
{ description = "lua execute prompt", group = "awesome" }),
-- Menubar
awful.key({ modkey, }, "p", function() menubar.show() end,
{ description = "show the menubar", group = "launcher" })
awful.key({ modkey }, "p", function() awful.spawn("dmenu_run -fn 'FiraCode Nerd Font Ret:size=10'") end,
{ description = "run command", group = "launcher" })
)
local clientkeys = gears.table.join(