mirror of
https://github.com/wassname/thinkpad-x380-yoga-scripts.git
synced 2026-09-09 11:38:34 +08:00
18 lines
393 B
Desktop File
18 lines
393 B
Desktop File
[Unit]
|
|
Description=[ThinkPad Yoga] Rotation with accelerometer
|
|
Requires=display-manager.service
|
|
After=display-manager.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/env python2 /opt/thinkpad-x380-yoga-scripts/rotate/thinkpad-rotate.py
|
|
KillMode=process
|
|
User=%i
|
|
Environment="DISPLAY=:0" "XAUTHORITY=/home/%i/.Xauthority"
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|