--[ modified: zshrc, musicplayer, etc]------------

- Removed st transparency from picom.conf
+ Fixed incorrect source path
This commit is contained in:
ziro 2020-07-27 13:50:00 +07:00
parent 03da4ff4c7
commit 9952e0166d
3 changed files with 2 additions and 5 deletions

View file

@ -14,7 +14,5 @@ case "$chosen" in
cmus) notify-send "Launching..." "cmus" && st -n cmus -e cmus ;;
Spotify) notify-send "Launching..." "Spotify" && env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify ;;
VLC) notify-send "Launching..." "VLC" && vlc ;;
ncmpcpp) notify-send "Launching..." "$chosen" && st -n ncmpcpp -e ncmpcpp ;;
ncmpcpp) notify-send "Launching..." "$chosen" && st -e ncmpcpp ;;
esac