wiki/Tips.md
pdiogoantunes b424b7db84 apt
2017-02-21 09:43:32 +01:00

12 lines
235 B
Markdown

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