diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-09 00:04:46 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-09 00:04:46 +0100 |
commit | 2dc5ec7085e1c1bbc406f2089dddf8f6e1d9d206 (patch) | |
tree | 922afe93d8c8fb5bcf1d46cd3d6a732f3ce60f4a /.local/share/bin/nodisconnect | |
parent | dce8fe36eb7f550f648cb83ab890ce638ca819d0 (diff) |
more update (auto install betterdiscord)
Diffstat (limited to '.local/share/bin/nodisconnect')
-rwxr-xr-x | .local/share/bin/nodisconnect | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/bin/nodisconnect b/.local/share/bin/nodisconnect index 0c65d13..b4fb2c3 100755 --- a/.local/share/bin/nodisconnect +++ b/.local/share/bin/nodisconnect @@ -1,6 +1,9 @@ #!/bin/sh # use sox to play very quiet noise for keeping bluetooth headphones connected +# kill any previously running processes +killall -u "$LOGNAME" play + # arguments used: # -q quiet mode (don't output progress bar) # -n null input filename (because synth is used as input) |