18 lines
435 B
Desktop File
18 lines
435 B
Desktop File
[Unit]
|
|
Description=autorandr execution hook
|
|
After=sleep.target
|
|
# Note: StartLimitInterval was renamed to StartLimitIntervalSec in systemd-230.
|
|
# See autorandr bug #69. Do not rename for now, as the old name is kept for
|
|
# compatibility.
|
|
StartLimitInterval=5
|
|
StartLimitBurst=1
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/autorandr --batch --change --default default
|
|
Type=oneshot
|
|
RemainAfterExit=false
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|