wiki/Tips.md

12 lines
235 B
Markdown
Raw Normal View History

2017-02-21 09:30:26 +01:00
## Afficher une image en arrière plan
~~~{.bash}
2017-02-21 09:43:32 +01:00
$ display -backdrop -window root <img>
2017-02-21 09:41:47 +01:00
~~~
## Bloquer le touchpad si clavier utilisé
2017-02-21 09:43:32 +01:00
~~~
# apt install xserver-xorg-input-synaptics
$ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid
2017-02-21 09:30:26 +01:00
~~~