Rofi theme

This commit is contained in:
Thomas Forgione 2024-07-12 16:07:47 +02:00
parent 17a8e60261
commit c90ba3fce4
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -469,7 +469,7 @@ 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,
awful.key({ modkey }, "r", function () awful.spawn('rofi -show drun -theme ~/.config/rofi/theme.rasi') end,
{description = "run prompt", group = "launcher"}),
-- awful.key({ modkey }, "x",
-- function ()