[rofi, awesome] add rofi

This commit is contained in:
Simon Bruder 2019-02-15 21:45:12 +00:00
parent aad1734fd9
commit 1d2ee787c4
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 11 additions and 1 deletions

View file

@ -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
View 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