Files
dotfiles/autostart/services/dpms.service

11 lines
197 B
Desktop File

[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
Type=oneshot
ExecStart=/usr/bin/env xset s off
ExecStart=/usr/bin/env xset dpms 0 0 300
PassEnvironment=DISPLAY
Restart=always