[rofi, awesome] add rofi
This commit is contained in:
parent
aad1734fd9
commit
1d2ee787c4
|
@ -342,7 +342,8 @@ globalkeys = gears.table.join(
|
|||
{description = "restore minimized", group = "client"}),
|
||||
|
||||
-- Prompt
|
||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||
--awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||
awful.key({ modkey }, "r", function () awful.util.spawn({"rofi", "-show", "combi"}) end,
|
||||
{description = "run prompt", group = "launcher"}),
|
||||
|
||||
awful.key({ modkey }, "x",
|
||||
|
|
9
home/.config/rofi/config
Normal file
9
home/.config/rofi/config
Normal file
|
@ -0,0 +1,9 @@
|
|||
rofi.combi-modi: run,window
|
||||
rofi.modi: combi
|
||||
|
||||
rofi.font: Iosevka sbruder 12
|
||||
rofi.theme: solarized
|
||||
|
||||
rofi.matching: fuzzy
|
||||
|
||||
! vim: ft=xdefaults
|
Reference in a new issue