Update
This commit is contained in:
parent
63d5641c66
commit
251b620d05
9 changed files with 17 additions and 1 deletions
|
@ -32,3 +32,4 @@ alias xclipboard='xclip -selection clipboard'
|
||||||
|
|
||||||
alias wine_pulse='PULSE_LATENCY_MSEC=60 wine'
|
alias wine_pulse='PULSE_LATENCY_MSEC=60 wine'
|
||||||
|
|
||||||
|
alias ssh-forgetful='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
||||||
|
|
|
@ -187,6 +187,8 @@ bindsym $mod+r mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
|
tray_output LVDS1
|
||||||
|
# position top
|
||||||
font pango:DejaVu Sans Mono, Awesome 8
|
font pango:DejaVu Sans Mono, Awesome 8
|
||||||
status_command i3status
|
status_command i3status
|
||||||
# tray_output primary
|
# tray_output primary
|
||||||
|
|
|
@ -48,3 +48,4 @@
|
||||||
palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec"
|
palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec"
|
||||||
scrollbar_position = hidden
|
scrollbar_position = hidden
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
|
[[with_titlebar]]
|
||||||
|
|
1
files/.gitignore
vendored
1
files/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
*.swp
|
*.swp
|
||||||
|
*.syntastic_*_config
|
||||||
|
|
|
@ -29,3 +29,5 @@ chktex
|
||||||
backend
|
backend
|
||||||
Javascript
|
Javascript
|
||||||
frontend
|
frontend
|
||||||
|
spelllang=fr
|
||||||
|
Reprojection
|
||||||
|
|
Binary file not shown.
|
@ -1 +1,10 @@
|
||||||
typage
|
typage
|
||||||
|
copycat
|
||||||
|
contraposée
|
||||||
|
Adequacy
|
||||||
|
Villette
|
||||||
|
Bastian
|
||||||
|
Vandermonde
|
||||||
|
iid
|
||||||
|
PPV
|
||||||
|
d'overfitting
|
||||||
|
|
Binary file not shown.
|
@ -53,7 +53,7 @@ let g:syntastic_tex_checkers = [ 'chktex' ]
|
||||||
"" Python
|
"" Python
|
||||||
let g:syntastic_python_python_exec = '/usr/bin/python3'
|
let g:syntastic_python_python_exec = '/usr/bin/python3'
|
||||||
"" C++
|
"" C++
|
||||||
let g:syntastic_cpp_compiler_options = '-std=c++11'
|
let g:syntastic_cpp_compiler_options = '-std=c++14'
|
||||||
|
|
||||||
"" Disabled languages
|
"" Disabled languages
|
||||||
"let g:syntastic_mode_map = { 'passive_filetypes': ['python'] }
|
"let g:syntastic_mode_map = { 'passive_filetypes': ['python'] }
|
||||||
|
|
Loading…
Reference in a new issue