Files
dotfiles/autostart/services/dpms.service

10 lines
180 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
BindsTo=autostart.target
2020-12-21 17:57:18 +01:00
After=windowmanager.target
[Service]
Type=oneshot
2021-01-27 15:17:45 +01:00
ExecStart=/usr/bin/env xset s off
2024-02-23 21:44:34 +01:00
ExecStart=/usr/bin/env xset dpms 0 0 0
2021-01-30 21:06:08 +01:00
PassEnvironment=DISPLAY