SecUpwN / Spotify-AdKiller

Your Party with Spotify - without ads!
https://github.com/SecUpwN/Spotify-AdKiller
GNU General Public License v3.0
836 stars 83 forks source link

wmctrl: missing dependencies #40

Closed Nhoya closed 8 years ago

Nhoya commented 8 years ago

Hey there, at line 562 of spotify-adkiller.sh:

done < <(xprop -spy -id $(wmctrl -lx | awk -F' ' '$3 == "spotify.Spotify" {print $1}') _NET_WM_NAME)

wmctrl is not a default utility so please add it to dependecies list ty :+1:

SecUpwN commented 8 years ago

Good evening @Nhoya, is this actually a dupe of #39? I'll add the dependency soon, stay tuned.