This commit is contained in:
Frank Villaro-Dixon 2016-07-22 14:53:14 +02:00
parent 2a7713b73b
commit 6ce0fb1f9b
6 changed files with 30 additions and 20 deletions

View file

@ -92,6 +92,11 @@ case $1 in
--left-of $LVDS --left-of $LVDS
;; ;;
"CV") "CV")
xrandr --output $LVDS --auto --rotate normal \
--output $VGA --auto --rotate normal \
--right-of $LVDS
;;
"dualCV")
xrandr --output $LVDS --auto --rotate normal \ xrandr --output $LVDS --auto --rotate normal \
--output $VGA --auto --rotate left --right-of $LVDS --output $VGA --auto --rotate left --right-of $LVDS
;; ;;

View file

@ -153,7 +153,7 @@ alias suspend='$OCTOPUS suspend'
alias mfilms='cd /dev/shm && mkdir films && sshfs frank@vi-di.fr:/media/ films/' alias mfilms='cd /dev/shm && mkdir films && sshfs frank@vi-di.fr:/media/ films/'
alias muni='cd /dev/shm && mkdir uni && sshfs villaro0@pc69240:/user/l1/2011/villaro0/ uni/' alias muni='cd /dev/shm && mkdir uni && sshfs villaro0@pc69240:/user/l1/2011/villaro0/ uni/'
alias mise990='cd /dev/shm && mkdir F_ise990 && sshfs frank@ise990:/home/frank F_ise990' alias mlakes='cd /dev/shm && mkdir lakes && sshfs frank@lilakes:/home/frank lakes'
alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg'

5
install.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
for package in git vim bash; do
stow -t $HOME $package
done

View file

@ -22,25 +22,6 @@ set my_frank_imap_pass=`~/.mutt/unlock-pass.sh frank_imap`
###source "~/.mutt/unlock-pass.sh |" ###source "~/.mutt/unlock-pass.sh |"
#set from = "Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>"
#set realname = "Frank Villaro-Dixon"
#set smtp_url = "smtp://frank_mail@villaro-dixon.eu:587/"
#set hostname = villaro-dixon.eu
#
#set imap_user = "frank_mail"
#set folder = "imaps://villaro-dixon.eu:993"
## Keep IMAP connection alive by polling intermittently (time in seconds).
#set imap_keepalive = 300
#set spoolfile = "+INBOX"
#mailboxes =INBOX =UNIGE =SPAM =BITFLIP
##Bien ajouter le "+" devant !!!
#set postponed = "+Drafts"
## Where to save sent messages ?
#set record = "+Sent"
##Passwords: ##Passwords:
####source "gpg -d ~/.mutt/passwords.gpg |" ####source "gpg -d ~/.mutt/passwords.gpg |"
#source "~/.mutt/unlock-pass.sh |" #source "~/.mutt/unlock-pass.sh |"
@ -133,3 +114,11 @@ macro index \cx ":set autoedit=no mime_forward=yes editor=\"/bin/true\"\n<tag-p
macro pager \cx ":set autoedit=no mime_forward=yes editor=\"/bin/true\"\n<tag-prefix><forward-message>submit.zxDB3O8TzLOF2Khd@spam.spamcop.net\n<send-message>:set autoedit=yes mime_forward=no editor=\"/usr/bin/editor\"\n" \ macro pager \cx ":set autoedit=no mime_forward=yes editor=\"/bin/true\"\n<tag-prefix><forward-message>submit.zxDB3O8TzLOF2Khd@spam.spamcop.net\n<send-message>:set autoedit=yes mime_forward=no editor=\"/usr/bin/editor\"\n" \
"Forward mail to SpamCop" "Forward mail to SpamCop"
folder-hook . 'push "<collapse-all>"'
folder-hook . 'push ":set collapse\_unread=no<enter>"'
macro index \R '<read-thread><collapse-thread><next-unread>' 'Mark the current thread as read'
macro index '{' ':set my_oldcollapse_unread=$collapse_unread<enter>:set collapse_unread=yes<enter><collapse-thread>:set collapse_unread=$my_oldcollapse_unread<enter>' 'Collapse thread.'
macro index '}' '{' '(Un)collapse thread.'

View file

@ -87,3 +87,10 @@ renouvable/!
vous/! vous/!
dict dict
vous vous
Ewen
Pelton
Tera
Thinkpad
Aurelia
Victorinox
kevlar

View file

@ -197,6 +197,10 @@ iabbr env. environnement
iabbr envale environnementale iabbr envale environnementale
iabbr enval environnemental iabbr enval environnemental
abbr hte the
abbr the the
if bufwinnr(1) if bufwinnr(1)
map + <C-W>> map + <C-W>>