+ 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

@ -12,6 +12,6 @@ case $chosenps2 in
Back)sh ~/.scripts/play.sh ;;
"Okami") notify-send "Launching..." "$chosenps2" && PCSX2 --nogui --fullscreen "$HOME/my Games/PS2/Okami.iso" ;;
"Persona 3 FES") notify-send "Launching..." "$chosenps2" && PCSX2 --nogui --fullscreen "$HOME/my Games/PS2/Persona 3 FES.iso" ;;
"Persona 4") notify-send "$chosenps2" "Not available yet." ;;
"Persona 4") notify-send "Launching..." "$chosenps2" && PCSX2 --nogui --fullscreen "$HOME/my Games/PS2/Persona 4.iso" ;;
esac

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