dont output error(No players found) when locking from terminal

This commit is contained in:
Pavan Jadhaw 2017-12-09 06:42:42 +05:30
parent b1abdc8590
commit e244fc452b

View file

@ -123,7 +123,7 @@ case "$1" in
"")
# default lockscreen
prelock
playerctl pause
playerctl pause > /dev/null 2>&1
lock "$l_resized"
postlock
;;