|
|
@ -1,21 +1,37 @@ |
|
|
|
# Clavier |
|
|
|
|
|
|
|
## [Devenir plus efficace avec son clavier](/TipsKeyboard) |
|
|
|
|
|
|
|
[TipsKeyboard](/TipsKeyboard) |
|
|
|
|
|
|
|
## Bloquer le touchpad si clavier utilisé |
|
|
|
|
|
|
|
~~~ |
|
|
|
# apt install xserver-xorg-input-synaptics |
|
|
|
$ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid |
|
|
|
~~~ |
|
|
|
|
|
|
|
# Écran |
|
|
|
|
|
|
|
## Afficher une image en arrière plan |
|
|
|
|
|
|
|
~~~{.bash} |
|
|
|
$ display -backdrop -window root <img> |
|
|
|
~~~ |
|
|
|
|
|
|
|
## Bloquer le touchpad si clavier utilisé |
|
|
|
## Changer l’apparence des fenêtre GTK (thêmes) |
|
|
|
|
|
|
|
Voir du côté de : |
|
|
|
- ~/.gtkrc-2.0 |
|
|
|
- ~/.config/gtk-X.0/settings.ini |
|
|
|
|
|
|
|
~~~{.bash} |
|
|
|
$ lxappearance |
|
|
|
~~~ |
|
|
|
# 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) |
|
|
|
## Rendu |
|
|
|
|
|
|
|
### Exporter en image le rendu d'une page web (WebKit) |
|
|
|
|
|
|
|
~~~{.bash} |
|
|
|
$ cutycapt --url=http://evolix.org --out=evolix-site.png |
|
|
@ -28,17 +44,15 @@ $ cutycapt --url=file:///home/evolix/index.html --out=test-site.png |
|
|
|
$ wkhtmltopdf http://evolig.org out.pdf |
|
|
|
~~~ |
|
|
|
|
|
|
|
### std2html |
|
|
|
|
|
|
|
## Changer l’apparence des fenêtre GTK (thêmes) |
|
|
|
|
|
|
|
Voir du côté de : |
|
|
|
- ~/.gtkrc-2.0 |
|
|
|
- ~/.config/gtk-X.0/settings.ini |
|
|
|
|
|
|
|
~~~{.bash} |
|
|
|
$ lxappearance |
|
|
|
~~~ |
|
|
|
# apt install aha |
|
|
|
$ script-foo-colors | aha > output.html |
|
|
|
~~~ |
|
|
|
|
|
|
|
# Autres outils |
|
|
|
|
|
|
|
## Recevoir un email depuis un flux RSS lors nouvel article |
|
|
|
|
|
|
|
~~~ |
|
|
@ -55,10 +69,3 @@ $ crontab -l |
|
|
|
42 * * * * r2e run |
|
|
|
$ r2e list #connaître l'état actuel des flux surveillés |
|
|
|
~~~ |
|
|
|
|
|
|
|
## output Shell -> HTML |
|
|
|
|
|
|
|
~~~ |
|
|
|
# apt install aha |
|
|
|
$ script-foo-colors | aha > output.html |
|
|
|
~~~ |