Rofi theme
This commit is contained in:
parent
17a8e60261
commit
c90ba3fce4
2
rc.lua
2
rc.lua
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue