various shit
This commit is contained in:
parent
2bd494cb36
commit
77bb7e2fcb
10 changed files with 33 additions and 14 deletions
|
@ -34,12 +34,12 @@ while true; do
|
|||
set_fan full_speed
|
||||
echo "full speed"
|
||||
REFRESH=10
|
||||
elif [ $TEMP -lt 46 ]; then
|
||||
set_fan 1
|
||||
elif [ $TEMP -lt 48 ]; then
|
||||
set_fan 0
|
||||
echo "lt 46"
|
||||
REFRESH=10
|
||||
elif [ $TEMP -lt 56 ]; then
|
||||
set_fan 3
|
||||
set_fan 2
|
||||
echo "lt 56"
|
||||
REFRESH=5
|
||||
elif [ $TEMP -lt 66 ]; then
|
||||
|
|
9
Xmodmap
9
Xmodmap
|
@ -16,4 +16,11 @@
|
|||
! Control_R
|
||||
|
||||
!Espace insécable: Shift-Space ou Compose-Space-Space
|
||||
keycode 65 = space nobreakspace emspace
|
||||
!keycode 65 = space nobreakspace emspace
|
||||
|
||||
remove Lock = Caps_Lock
|
||||
remove Control = Control_L
|
||||
keysym Control_L = Caps_Lock
|
||||
keysym Caps_Lock = Control_L
|
||||
add Lock = Caps_Lock
|
||||
add Control = Control_L
|
||||
|
|
2
bashrc
2
bashrc
|
@ -8,7 +8,7 @@ PROMPT_COMMAND='history -a'
|
|||
|
||||
|
||||
alias dvorak='setxkbmap dvorak; setxkbmap -option compose:ralt'
|
||||
dvorak
|
||||
#dvorak
|
||||
alias qwertz='setxkbmap ch,fr'
|
||||
|
||||
|
||||
|
|
4
inputrc
4
inputrc
|
@ -1,5 +1,5 @@
|
|||
set editing-mode vi
|
||||
set keymap vi-command
|
||||
#set editing-mode vi
|
||||
#set keymap vi-command
|
||||
set completion-ignore-case on
|
||||
#set completion-map-case on
|
||||
#set show-all-if-ambiguous on
|
||||
|
|
10
mutt/muttrc
10
mutt/muttrc
|
@ -70,7 +70,7 @@ set sort_aux = 'reverse-last-date-received'
|
|||
set auto_tag = yes
|
||||
set abort_unmodified=ask-yes #réponse non modifiée
|
||||
|
||||
set fast_reply="yes" # Yeah, I know what person I want to reply to!
|
||||
set fast_reply=yes # Yeah, I know what person I want to reply to!
|
||||
set attribution="On %d, %n, wrote %c characters saying:"
|
||||
set indent_string="> "
|
||||
|
||||
|
@ -125,3 +125,11 @@ set sleep_time=0
|
|||
macro attach 'V' "<pipe-entry>cat > /dev/shm/mail.html && firefox /dev/shm/mail.html && rm /dev/shm/mail.html<enter>"
|
||||
|
||||
set display_filter=~/.mutt/test.sh
|
||||
|
||||
|
||||
#Spamcop things. This file is public on git.. Meh
|
||||
macro index \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"
|
||||
|
||||
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"
|
||||
|
|
|
@ -39,6 +39,12 @@ host chuck
|
|||
|
||||
host pc69240
|
||||
user villaro0
|
||||
ProxyCommand ssh cuilxa nc %h %p
|
||||
|
||||
host bluewhale03
|
||||
user villaro0
|
||||
ProxyCommand ssh cuilxa nc %h %p
|
||||
|
||||
|
||||
host cuilxa
|
||||
hostname cuilxa.unige.ch
|
||||
|
|
|
@ -78,3 +78,4 @@ relayage
|
|||
renewability
|
||||
malloc'ed
|
||||
interdisciplinarity
|
||||
pluviometry
|
||||
|
|
Binary file not shown.
|
@ -9,7 +9,7 @@ hi clear SpellBad
|
|||
hi SpellBad cterm=underline,bold ctermfg=lightblue
|
||||
|
||||
set spell
|
||||
set spelllang=en,fr
|
||||
set spelllang=en_gb,fr
|
||||
|
||||
"set viminfo+=n~/Private/.viminfo
|
||||
"set directory=/dev/shm/vimfr
|
||||
|
|
7
xinitrc
7
xinitrc
|
@ -17,15 +17,13 @@ source ~/.bashrc
|
|||
wmname LG3D
|
||||
|
||||
#Keyboard setup +compose key for "ŭ" (Win-b u) for esperanto
|
||||
setxkbmap -model pc104 -layout ch -variant fr -option compose:lwin
|
||||
setxkbmap -model pc104 -layout dvorak -option compose:ralt
|
||||
|
||||
xbindkeysrc &
|
||||
|
||||
|
||||
#My pinkie hurts :'(
|
||||
if [ -s ~/.Xmodmap ]; then
|
||||
xmodmap ~/.Xmodmap
|
||||
fi
|
||||
xmodmap ~/.Xmodmap
|
||||
|
||||
$OCTOPUS init-all 1>> /dev/shm/Octopus_logs 2>> /dev/shm/Octopus_logs &
|
||||
ftpfct.sh >/dev/null || true &
|
||||
|
@ -61,7 +59,6 @@ redshift -l 46:6 || true &
|
|||
mpc ls | mpc add
|
||||
mpc random on
|
||||
|
||||
dvorak
|
||||
|
||||
|
||||
#ssh-agent -t 10 /home/frank/Programmation/dotfiles/dwm/dwm
|
||||
|
|
Loading…
Reference in a new issue