This commit is contained in:
Théophile Bastian 2016-10-12 15:59:17 +02:00
parent 63d5641c66
commit 251b620d05
9 changed files with 17 additions and 1 deletions

View file

@ -32,3 +32,4 @@ alias xclipboard='xclip -selection clipboard'
alias wine_pulse='PULSE_LATENCY_MSEC=60 wine'
alias ssh-forgetful='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'

View file

@ -187,6 +187,8 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
tray_output LVDS1
# position top
font pango:DejaVu Sans Mono, Awesome 8
status_command i3status
# tray_output primary

View file

@ -48,3 +48,4 @@
palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec"
scrollbar_position = hidden
show_titlebar = False
[[with_titlebar]]

1
files/.gitignore vendored
View file

@ -1 +1,2 @@
*.swp
*.syntastic_*_config

View file

@ -29,3 +29,5 @@ chktex
backend
Javascript
frontend
spelllang=fr
Reprojection

Binary file not shown.

View file

@ -1 +1,10 @@
typage
copycat
contraposée
Adequacy
Villette
Bastian
Vandermonde
iid
PPV
d'overfitting

Binary file not shown.

View file

@ -53,7 +53,7 @@ let g:syntastic_tex_checkers = [ 'chktex' ]
"" Python
let g:syntastic_python_python_exec = '/usr/bin/python3'
"" C++
let g:syntastic_cpp_compiler_options = '-std=c++11'
let g:syntastic_cpp_compiler_options = '-std=c++14'
"" Disabled languages
"let g:syntastic_mode_map = { 'passive_filetypes': ['python'] }