--[ modified: zshrc, musicplayer, etc]------------
- Removed st transparency from picom.conf + Fixed incorrect source path
This commit is contained in:
parent
03da4ff4c7
commit
9952e0166d
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue