wiki/Tips.md
2017-03-02 14:20:50 +01:00

23 lines
522 B
Markdown

## [Devenir plus efficace avec son clavier](/TipsKeyboard)
[TipsKeyboard](/TipsKeyboard)
## 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
~~~
## Exporter en image le rendu d'une page web (WebKit)
~~~{.bash}
$ cutycapt --url=http://evolix.org --out=evolix-site.png
$ cutycapt --url=file:///home/evolix/index.html --out=test-site.png
~~~