From e77eb7ac262cbb407f8c99aaa60122582fa92869 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 22 Jun 2024 17:53:34 +0200 Subject: [PATCH] Spawn rofi with mod r --- rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.lua b/rc.lua index 0ec8b85..751b414 100644 --- a/rc.lua +++ b/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 {