1
Fork 0

feat: nice looking rofi

This commit is contained in:
Matei Adriel 2022-05-11 20:08:21 +03:00
commit 4635e538dd
9 changed files with 52 additions and 27 deletions
modules/applications/xmonad

View file

@ -79,7 +79,8 @@ main =
-- TODO: find a way to bind all the program-opening-keybindings to a single sub-map
keymap =
[ ("M-p", spawn "rofi -show run"),
[ ("M-p", spawn "rofi -show drun"),
("M-w", spawn "rofi -show window"),
("M-g", spawn myBrowser),
("M-d", spawn "Discord"),
("M-v", spawn "alacritty -e vimclip"),