mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
add the --pass-media-keys argument (#120)
This commit is contained in:
parent
a1916b2881
commit
69ae265a40
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ lock() {
|
|||
--radius=20 --ring-width=4 --veriftext='' --wrongtext='' \
|
||||
--verifcolor="$verifcolor" --timecolor="$timecolor" --datecolor="$datecolor" \
|
||||
--time-font="$font" --date-font="$font" --layout-font="$font" --verif-font="$font" --wrong-font="$font" \
|
||||
--noinputtext='' --force-clock "$lockargs"
|
||||
--noinputtext='' --force-clock --pass-media-keys $lockargs
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue