chore: Added and configured rofi

This commit is contained in:
Afonso Franco 2022-10-16 20:22:49 +01:00
parent 3770a938bb
commit 54adddd351
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
4 changed files with 139 additions and 3 deletions

View file

@ -78,8 +78,8 @@ myKeys =
-- launch a terminal
[ ("M-x" ,spawn myTerminal )
-- launch dmenu
, ("M-p", spawn "dmenu_run")
-- launch rofi
, ("M-p", spawn "rofi -show run")
-- launch web browser
, ("M-b", spawn myWebBrowser)