Use rofi launcher

master
Hektor Misplon 2024-01-28 20:27:45 +01:00
parent 892ab35612
commit 16c87b6b4c
Signed by: hektor
GPG Key ID: 5151AF79E723F21C
1 changed files with 3 additions and 2 deletions

View File

@ -242,8 +242,9 @@ spawnKeepassXC = spawn "keepassxc"
fullscreenBrowser :: X ()
fullscreenBrowser = spawn "firefox --fullscreen"
spawnLauncher :: X ()
spawnLauncher = spawn "albert toggle"
spawnLauncher, spawnClipManager, spawnCalculator :: X ()
spawnLauncher = spawn "rofi -show drun -show-icons"
spawnClipManager = spawn "rofi -modi 'clipboard:greenclip print' -show clipboard -run-command '{cmd}'"
spawnCalculator = spawn "alacritty --class 'Calculator' -e ipython -i /home/h/.bin/calc.py"
printScreen :: X ()