Spawn rofi with mod r

This commit is contained in:
Thomas Forgione 2024-06-22 17:53:34 +02:00
parent f07b18bdef
commit e77eb7ac26
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -410,6 +410,8 @@ globalkeys = awful.util.table.join(
-- awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, -- awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
-- {description = "run prompt", group = "launcher"}), -- {description = "run prompt", group = "launcher"}),
awful.key({ modkey }, "r", function () awful.spawn('rofi -show drun') end,
{description = "run prompt", group = "launcher"}),
-- awful.key({ modkey }, "x", -- awful.key({ modkey }, "x",
-- function () -- function ()
-- awful.prompt.run { -- awful.prompt.run {