add gitignore and update files
This commit is contained in:
13
systemd/user/touchpad.service
Normal file
13
systemd/user/touchpad.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=disable touchpad on login
|
||||
After=xorg.target
|
||||
Requires=xorg.target
|
||||
|
||||
[Service]
|
||||
Environment="DISPLAY=:0"
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
ExecStart=/usr/bin/xinput disable "Elan Touchpad"
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user