diff options
Diffstat (limited to 'dot_i3/mpdscribble.sh')
-rwxr-xr-x | dot_i3/mpdscribble.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_i3/mpdscribble.sh b/dot_i3/mpdscribble.sh deleted file mode 100755 index 6297ee7..0000000 --- a/dot_i3/mpdscribble.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -pidof mpdscribble >& /dev/null -if [ $? -ne 0 ]; then - mpdscribble & -fi |