blah
This commit is contained in:
parent
7d9217e53f
commit
c34b697786
6 changed files with 21 additions and 10 deletions
|
@ -91,6 +91,10 @@ case $1 in
|
|||
--output $VGA --auto --rotate normal \
|
||||
--right-of $LVDS
|
||||
;;
|
||||
"CV")
|
||||
xrandr --output $LVDS --auto --rotate normal \
|
||||
--output $VGA --auto --rotate left --right-of $LVDS
|
||||
;;
|
||||
"programming")
|
||||
xrandr --output $VGA --auto --rotate left \
|
||||
--output $LVDS --off
|
||||
|
|
2
bashrc
2
bashrc
|
@ -143,6 +143,7 @@ alias laptop='$OCTOPUS monitor laptop'
|
|||
alias programming='$OCTOPUS monitor programming'
|
||||
alias extern='$OCTOPUS monitor extern'
|
||||
alias clone='$OCTOPUS monitor clone'
|
||||
alias CV='$OCTOPUS monitor CV'
|
||||
|
||||
alias volup='$OCTOPUS volume up'
|
||||
alias voldown='$OCTOPUS volume down'
|
||||
|
@ -152,6 +153,7 @@ alias suspend='$OCTOPUS suspend'
|
|||
|
||||
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 mise990='cd /dev/shm && mkdir F_ise990 && sshfs frank@ise990:/home/frank F_ise990'
|
||||
|
||||
alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
textconv = odt2txt
|
||||
|
||||
[push]
|
||||
default = current
|
||||
default = current
|
||||
|
||||
[sendemail]
|
||||
smtpencryption = tls
|
||||
|
@ -40,3 +40,6 @@
|
|||
|
||||
[credential]
|
||||
helper = cache
|
||||
[http]
|
||||
sslCAInfo = /home/frank/.git_certificates
|
||||
sslcainfo = /home/frank/.git_certificates
|
||||
|
|
|
@ -54,3 +54,7 @@ host scylla
|
|||
|
||||
host darwin.maison.local
|
||||
ProxyCommand ssh vi-di.fr -W %h:%p
|
||||
|
||||
host ise990
|
||||
port 22123
|
||||
hostname 129.194.173.214
|
||||
|
|
|
@ -17,9 +17,10 @@
|
|||
|
||||
\usepackage{microtype}
|
||||
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[french]{varioref}
|
||||
%\usepackage[french]{babel}
|
||||
%\usepackage[french]{varioref}
|
||||
|
||||
%\bibliographystyle{alpha}
|
||||
|
||||
\usepackage{boiboites}
|
||||
|
||||
|
@ -29,20 +30,16 @@
|
|||
% Lenny, Conny ,Bjarne, Rejne, Glenn, Sonny, PetersLenny, Bjornstrup
|
||||
\usepackage[Lenny]{fncychap}
|
||||
|
||||
%\usepackage{fancyhdr}
|
||||
|
||||
%\usepackage{fancyhdr}
|
||||
%\pagestyle{fancyplain}
|
||||
|
||||
|
||||
\usepackage{eurosym}
|
||||
\usepackage{siunitx}
|
||||
%%%%\sisetup{group-separator = {`}}
|
||||
\DeclareSIUnit{\EUR}{\text{\euro}}
|
||||
\DeclareSIUnit{\yr}{yr}
|
||||
\DeclareSIUnit{\month}{mo}
|
||||
\sisetup{
|
||||
% per-mode = fraction,
|
||||
inter-unit-product = \ensuremath{{}\cdot{}},
|
||||
per-mode = fraction,
|
||||
% inter-unit-product = \ensuremath{{}\cdot{}},
|
||||
}
|
||||
|
||||
\usepackage{indentfirst}
|
||||
|
|
|
@ -77,3 +77,4 @@ d'irradiance
|
|||
relayage
|
||||
renewability
|
||||
malloc'ed
|
||||
interdisciplinarity
|
||||
|
|
Loading…
Reference in a new issue