random stuff
This commit is contained in:
parent
f28b3c781f
commit
89ca2d6825
6 changed files with 14 additions and 1 deletions
|
@ -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
3
bashrc
|
@ -507,6 +507,9 @@ function op
|
|||
"html")
|
||||
firefox "$1"
|
||||
;;
|
||||
"odt")
|
||||
libreoffice "$1"
|
||||
;;
|
||||
*)
|
||||
xdg-open "$1"
|
||||
;;
|
||||
|
|
|
@ -51,3 +51,10 @@ isfield
|
|||
rmfield
|
||||
elseif
|
||||
TEAP
|
||||
Écologisme
|
||||
écologue
|
||||
éconologique
|
||||
éconologiques
|
||||
énergétiquement
|
||||
méthanisation
|
||||
hyporhéique
|
||||
|
|
|
@ -18,3 +18,4 @@ EDF
|
|||
RDV
|
||||
subsection
|
||||
bachelor
|
||||
Multidisciplinarité
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue