10 lines
181 B
Desktop File
10 lines
181 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
|
|
Environment=DISPLAY=:0
|