10 lines
188 B
Desktop File
10 lines
188 B
Desktop File
[Unit]
|
|
Description=Configure system for tablet mode
|
|
Conflicts=laptop-mode.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/setsysmode tablet
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|