Created
November 30, 2020 09:24
-
-
Save yzdann/32c01d62c51344f182cb4ee503c4dd21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPOTIFY_WINDOWD_ID=$(wmctrl -l | grep -i "spotify free" | head -1 | awk '{ print $1 }') | |
if [[ "$SPOTIFY_WINDOWD_ID" ]]; then | |
wmctrl -i -a "$SPOTIFY_WINDOWD_ID" | |
else | |
spotify %U | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.