wiki/Tips.md
2017-03-02 18:05:37 +01:00

33 lines
677 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## [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
~~~
## Changer lapparence des fenêtre GTK (thêmes)
Voir du côté de :
- ~/.gtkrc-2.0
- ~/.config/gtk-X.0/settings.ini
~~~{.bash}
$ lxappearance
~~~