chore: Changed rofi to catppuccin and with icons
This commit is contained in:
parent
6032850875
commit
370a356e95
3 changed files with 117 additions and 126 deletions
|
@ -102,7 +102,7 @@ myKeys :: [(String, X ())]
|
|||
myKeys =
|
||||
[ ("M-x" ,spawn myTerminal )
|
||||
, ("M-S-x", namedScratchpadAction myScratchPads "terminal")
|
||||
, ("M-p", spawn "rofi -show drun")
|
||||
, ("M-p", spawn "rofi -show drun -show-icons")
|
||||
, ("M-S-p", spawn "eww open --toggle powermenu")
|
||||
, ("M-s", spawn "selected=$(ls ~/scripts/|rofi -dmenu -p \"Run: \") && bash ~/.config/rofi/scripts/$selected")
|
||||
, ("M-b", spawn myWebBrowser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue