From 7b2b1f2132f0e157e326025bcb673716d28d3033 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Tue, 28 Mar 2017 10:49:01 +0200 Subject: [PATCH] rangement --- Tips.md | 51 +++++++++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/Tips.md b/Tips.md index 8d12786f..45ea6e93 100644 --- a/Tips.md +++ b/Tips.md @@ -1,13 +1,9 @@ +# Clavier + ## [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é ~~~ @@ -15,7 +11,27 @@ $ display -backdrop -window root $ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid ~~~ -## Exporter en image le rendu d'une page web (WebKit) +# Écran + +## Afficher une image en arrière plan + +~~~{.bash} +$ display -backdrop -window root +~~~ + +## 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 +~~~ + +## Rendu + +### Exporter en image le rendu d'une page web (WebKit) ~~~{.bash} $ cutycapt --url=http://evolix.org --out=evolix-site.png @@ -28,16 +44,14 @@ $ 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 -~~~ \ No newline at end of file