+ Changed compton to picom

+ Update
+ Switch from urxvt to st
This commit is contained in:
ziro 2020-05-11 07:03:22 +07:00
parent 1162e4b512
commit 9cb5f7b078
9 changed files with 81 additions and 62 deletions

View file

@ -10,7 +10,7 @@ chosen=$(echo -e "$choices" | rofi -dmenu -i -theme ~/.config/rofi/theme/sidebar
case "$chosen" in
cmus) notify-send "Launching..." "cmus" && urxvt -name cmus -e cmus ;;
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 ;;
esac