wiki/Tips.md

11 lines
195 B
Markdown
Raw Normal View History

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