add auto press tools
This commit is contained in:
parent
3ed5ad8fb7
commit
e3644a4319
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ oder
|
||||||
|
|
||||||
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
|
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
|
||||||
|
|
||||||
|
### Zum schreiben eines Passworts mittels eines virtuellen Keyboards
|
||||||
|
sleep 5 && { echo typedelay 100; echo type ${PASSWORT}; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done
|
||||||
|
|
||||||
### Zum suchen der libinput Treiber mit
|
### Zum suchen der libinput Treiber mit
|
||||||
libwacom-list-local-devices
|
libwacom-list-local-devices
|
||||||
for wort in /usr/share/libwacom/*; do if cat $wort | grep CTL-4100WL; then echo $wort; fi; done
|
for wort in /usr/share/libwacom/*; do if cat $wort | grep CTL-4100WL; then echo $wort; fi; done
|
||||||
|
|
Loading…
Reference in a new issue