add_wacom-info
This commit is contained in:
parent
afcb15bb26
commit
72dfddeba4
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub user@server
|
||||||
oder
|
oder
|
||||||
|
|
||||||
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
|
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
|
||||||
|
|
||||||
|
# Zum suchen der libinput Treiber mit
|
||||||
|
libwacom-list-local-devices
|
||||||
|
for wort in /usr/share/libwacom/*; do if cat $wort | grep CTL-4100WL; then echo $wort; fi; done
|
||||||
|
|
Loading…
Reference in a new issue