aboutsummaryrefslogtreecommitdiff
path: root/.config/xblank/idle_150
diff options
context:
space:
mode:
Diffstat (limited to '.config/xblank/idle_150')
-rwxr-xr-x.config/xblank/idle_15010
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/xblank/idle_150 b/.config/xblank/idle_150
index 03a1e1c..7440dc9 100755
--- a/.config/xblank/idle_150
+++ b/.config/xblank/idle_150
@@ -1,11 +1,11 @@
#!/bin/sh
# Pause mpd if its playing
-if mpc | head -n 2 | tail -n 1 | grep -Fq '[playing]'
-then
- mpc pause
- touch "$XBLANK_STATESD/mpd"
-fi
+#if mpc | head -n 2 | tail -n 1 | grep -Fq '[playing]'
+#then
+# mpc pause
+# touch "$XBLANK_STATESD/mpd"
+#fi
# Use full speed in Transmission
transmission-remote localhost --no-alt-speed