1
0
Fork 0
mirror of https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git synced 2025-01-18 19:51:11 +01:00

Add WIP desktop settings files

This commit is contained in:
Werner Sembach 2020-12-22 12:16:06 +01:00
parent 5cfd80fe12
commit ab3a683a05
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1 @@
KERNELS=="i2c-UNIW0001:00", SUBSYSTEMS=="i2c", DRIVERS=="i2c_hid", ATTRS{name}=="UNIW0001:00", SUBSYSTEM=="hidraw", MODE="0666"

View file

@ -0,0 +1,4 @@
[Desktop Entry]
Name=TUXEDO Touchpad Switch
Exec=tuxedo-touchpad-switch
Type=Application

View file

@ -0,0 +1,10 @@
[Unit]
Description=TUXEDO Touchpad Switch
After=gdm.service
[Service]
User=gdm
ExecStart=/usr/bin/tuxedo-touchpad-switch
[Install]
WantedBy=gdm.service