random stuff

This commit is contained in:
Frank Villaro-Dixon 2014-09-23 20:50:19 +02:00
parent f28b3c781f
commit 89ca2d6825
6 changed files with 14 additions and 1 deletions

View file

@ -93,6 +93,7 @@ case $1 in
;;
"off")
xset dpms force off
sleep 1
;;
esac
$0 wallpaper
@ -177,7 +178,7 @@ case $1 in
"lock")
slock &
xset dpms force off
$0 monitor off
;;
"print")

3
bashrc
View file

@ -507,6 +507,9 @@ function op
"html")
firefox "$1"
;;
"odt")
libreoffice "$1"
;;
*)
xdg-open "$1"
;;

View file

@ -51,3 +51,10 @@ isfield
rmfield
elseif
TEAP
Écologisme
écologue
éconologique
éconologiques
énergétiquement
méthanisation
hyporhéique

View file

@ -18,3 +18,4 @@ EDF
RDV
subsection
bachelor
Multidisciplinarité

Binary file not shown.

View file

@ -165,6 +165,7 @@ autocmd BufRead,BufNewFile *.markdown set tw=80 fo+=aw
autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw
autocmd BufRead,BufNewFile *.lista set filetype=lisp
autocmd BufRead,BufNewFile *.xml set ts=4 sw=4
autocmd BufRead,BufNewFile *.md set filetype=markdown tw=80 fo+=aw
"autocmd BufRead,BufNewFile *.m set nospell