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