10 lines
180 B
Desktop File
10 lines
180 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 0
|
|
PassEnvironment=DISPLAY
|