22
0
Fork 0
This commit is contained in:
pdiogoantunes 2017-02-21 09:43:32 +01:00
parent 21522e0b3c
commit b424b7db84
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
## Afficher une image en arrière plan ## Afficher une image en arrière plan
~~~{.bash} ~~~{.bash}
display -backdrop -window root <img> $ display -backdrop -window root <img>
~~~ ~~~
## Bloquer le touchpad si clavier utilisé ## Bloquer le touchpad si clavier utilisé
~~~{.bash} ~~~
syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid # apt install xserver-xorg-input-synaptics
$ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid
~~~ ~~~