Add autostart unit to set DPMS parameters

This commit is contained in:
2020-12-20 21:48:31 +01:00
parent f182524889
commit a3579df581
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[Unit]
Wants=blueman.service
Wants=dpms.service
Wants=dunst.service
Wants=firefox.service
Wants=gpg-agent.service

View File

@@ -0,0 +1,7 @@
[Unit]
BindsTo=autostart.target
[Service]
Type=oneshot
ExecStart=xset s off
ExecStart=xset dpms 0 0 300