Add autostart unit to set DPMS parameters
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=blueman.service
|
Wants=blueman.service
|
||||||
|
Wants=dpms.service
|
||||||
Wants=dunst.service
|
Wants=dunst.service
|
||||||
Wants=firefox.service
|
Wants=firefox.service
|
||||||
Wants=gpg-agent.service
|
Wants=gpg-agent.service
|
||||||
|
|||||||
7
autostart/services/dpms.service
Normal file
7
autostart/services/dpms.service
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[Unit]
|
||||||
|
BindsTo=autostart.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=xset s off
|
||||||
|
ExecStart=xset dpms 0 0 300
|
||||||
Reference in New Issue
Block a user