+ Changed compton to picom
+ Update + Switch from urxvt to st
This commit is contained in:
parent
1162e4b512
commit
9cb5f7b078
9 changed files with 81 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue