## [Devenir plus efficace avec son clavier](/TipsKeyboard) [TipsKeyboard](/TipsKeyboard) ## Afficher une image en arrière plan ~~~{.bash} $ display -backdrop -window root ~~~ ## 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 ~~~