mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-12 11:49:45 +00:00
dont output error(No players found) when locking from terminal
This commit is contained in:
parent
b1abdc8590
commit
e244fc452b
1 changed files with 1 additions and 1 deletions
2
lock.sh
2
lock.sh
|
@ -123,7 +123,7 @@ case "$1" in
|
|||
"")
|
||||
# default lockscreen
|
||||
prelock
|
||||
playerctl pause
|
||||
playerctl pause > /dev/null 2>&1
|
||||
lock "$l_resized"
|
||||
postlock
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue