dpms: Update intervals

This commit is contained in:
2024-02-23 21:44:34 +01:00
parent a2df62dc2b
commit 53701526be

View File

@@ -5,6 +5,5 @@ After=windowmanager.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/env xset s off ExecStart=/usr/bin/env xset s off
ExecStart=/usr/bin/env xset dpms 0 0 300 ExecStart=/usr/bin/env xset dpms 0 0 0
PassEnvironment=DISPLAY PassEnvironment=DISPLAY
Restart=always