Pārlūkot izejas kodu

lockscreen additional commands

pull/1/head
vecāks
revīzija
19781d8b5c
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      templates/lockscreen/lockscreen.service.j2

+ 3
- 1
templates/lockscreen/lockscreen.service.j2 Parādīt failu

@@ -7,9 +7,11 @@ PartOf=graphical-session.target
[Service]
Type=notify
ExecStart=xsecurelock -- systemd-notify --ready
ExecStartPost=xset dpms $XSECURELOCK_AUTH_TIMEOUT $XSECURELOCK_AUTH_TIMEOUT $XSECURELOCK_AUTH_TIMEOUT
NotifyAccess=all
EnvironmentFile=%h/.lockscreen.env

ExecStartPost=numlockx off
ExecStartPost=xset dpms $XSECURELOCK_AUTH_TIMEOUT $XSECURELOCK_AUTH_TIMEOUT $XSECURELOCK_AUTH_TIMEOUT
ExecStopPost=xset dpms {{ display_sleeptime | int }} {{ display_sleeptime | int }} {{ display_sleeptime | int }}
ExecStopPost=xset dpms force on