aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock.sh b/lock.sh
index e1e7c67..6a22392 100755
--- a/lock.sh
+++ b/lock.sh
@@ -123,7 +123,7 @@ case "$1" in
"")
# default lockscreen
prelock
- playerctl pause
+ playerctl pause > /dev/null 2>&1
lock "$l_resized"
postlock
;;