summaryrefslogtreecommitdiff
path: root/dot_i3/mpdscribble.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-14 15:04:59 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-14 15:04:59 +0100
commit9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f (patch)
tree7598bef7633dd98c352f6ee6b1608690f8230235 /dot_i3/mpdscribble.sh
parentae2e8ad7c2e1812b171eeca57ac00f8ba5d20cf5 (diff)
downloaduser-config-9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f.tar.gz
user-config-9da0cbe5efc55d5c8a7726ab2ca57595f2677c8f.zip
Move files around
Diffstat (limited to 'dot_i3/mpdscribble.sh')
-rwxr-xr-xdot_i3/mpdscribble.sh6
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