22
0
Fork 0

rangement

This commit is contained in:
pdiogoantunes 2017-03-28 10:49:01 +02:00
parent a9cc8c30ec
commit 7b2b1f2132
1 changed files with 29 additions and 22 deletions

51
Tips.md
View File

@ -1,13 +1,9 @@
# Clavier
## [Devenir plus efficace avec son clavier](/TipsKeyboard) ## [Devenir plus efficace avec son clavier](/TipsKeyboard)
[TipsKeyboard](/TipsKeyboard) [TipsKeyboard](/TipsKeyboard)
## Afficher une image en arrière plan
~~~{.bash}
$ display -backdrop -window root <img>
~~~
## Bloquer le touchpad si clavier utilisé ## Bloquer le touchpad si clavier utilisé
~~~ ~~~
@ -15,7 +11,27 @@ $ display -backdrop -window root <img>
$ syndaemon -d -i 0.8 -p $HOME/.syndaemon.pid $ 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 <img>
~~~
## Changer lapparence 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} ~~~{.bash}
$ cutycapt --url=http://evolix.org --out=evolix-site.png $ 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 $ wkhtmltopdf http://evolig.org out.pdf
~~~ ~~~
### std2html
## Changer lapparence 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 ## Recevoir un email depuis un flux RSS lors nouvel article
@ -55,10 +69,3 @@ $ crontab -l
42 * * * * r2e run 42 * * * * r2e run
$ r2e list #connaître l'état actuel des flux surveillés $ r2e list #connaître l'état actuel des flux surveillés
~~~ ~~~
## output Shell -> HTML
~~~
# apt install aha
$ script-foo-colors | aha > output.html
~~~