Spawn rofi with mod r
This commit is contained in:
parent
f07b18bdef
commit
e77eb7ac26
2
rc.lua
2
rc.lua
|
@ -410,6 +410,8 @@ globalkeys = awful.util.table.join(
|
|||
-- awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||
-- {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",
|
||||
-- function ()
|
||||
-- awful.prompt.run {
|
||||
|
|
Loading…
Reference in New Issue