mirror of
https://github.com/wassname/thinkpad-x380-yoga-scripts.git
synced 2026-09-09 11:38:34 +08:00
17 lines
348 B
Desktop File
17 lines
348 B
Desktop File
[Unit]
|
|
Description=[ThinkPad Yoga] Tablet mode
|
|
Requires=display-manager.service
|
|
After=display-manager.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/env bash /opt/thinkpad-x380-yoga-scripts/tablet/acpi_tablet_monitor.sh
|
|
KillMode=process
|
|
User=%i
|
|
Environment="DISPLAY=:0" "XAUTHORITY=/home/%i/.Xauthority"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|
|
|