Skip to content

Instantly share code, notes, and snippets.

View oxillix's full-sized avatar

oxillix

  • Belgium
View GitHub Profile
@oxillix
oxillix / autoSpotifyPause.py
Created March 16, 2021 18:28
Auto-stopping Spotify while other programs play audio | auto pause spotify when another source starts playing
#!/usr/bin/env python
# pip install dbus-python pulsectl
import signal
import sys
import pulsectl
import dbus
def sig_handler(signal, frame):