updated configs
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<alias>
|
||||
<family>system</family>
|
||||
<prefer><family>DejaVu Sans</family></prefer>
|
||||
<default><family>devicons</family></default>
|
||||
</alias>
|
||||
|
||||
|
||||
</fontconfig>
|
||||
|
||||
@@ -126,6 +126,7 @@ Plugin 'Shougo/deoplete.nvim'
|
||||
Plugin 'fishbullet/deoplete-ruby'
|
||||
Plugin 'Shougo/deoplete-rct'
|
||||
Plugin 'editorconfig/editorconfig-vim'
|
||||
Plugin 'vim-latex/vim-latex'
|
||||
|
||||
"GIT
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
@@ -174,12 +175,20 @@ let g:user_emmet_expandabbr_key = '<C-e>'
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let g:deoplete#sources = [ 'tag', 'buffer' ]
|
||||
let deoplete#tag#cache_limit_size = 5000000
|
||||
"
|
||||
|
||||
"LATEX
|
||||
let g:tex_flavor='latex'
|
||||
let g:Tex_DefaultTargetFormat='pdf'
|
||||
let g:Tex_ViewRule_pdf='firefox'
|
||||
set iskeyword+=:
|
||||
|
||||
"POLYGLOT
|
||||
let g:polyglot_disabled = ['css', 'html', 'javascript']
|
||||
let g:vue_disable_pre_processors=0
|
||||
|
||||
"ARDUINO
|
||||
let g:arduino_dir = '/usr/share/arduino'
|
||||
|
||||
"STARTIFY
|
||||
let g:startify_list_order = [
|
||||
\ [' Most recently used in directory:'],
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
':/home/tristan/Downloads/Garmin City navigator Europe NT 2017.10 [2GB IMG]/Europe part 1
|
||||
|
||||
@@ -6,6 +6,7 @@ exec --no-startup-id compton -G -b
|
||||
exec --no-startup-id mplayer -fs $HOME/.i3/boot.mp4
|
||||
exec --no-startup-id conky -c $HOME/.config/conky/conkyrc
|
||||
exec --no-startup-id xset -dpms && xset s noblank && xset s noexpose && xset dpms 600 1800 360
|
||||
exec --no-startup-id synclient TapButton1=1
|
||||
exec xautolock -time 10 -locker $HOME/.i3/scripts/locker.sh
|
||||
exec xautolock -locknow
|
||||
#DAEMONS
|
||||
@@ -95,6 +96,8 @@ bindsym $mod+v layout tabbed
|
||||
bindsym $mod+x split h
|
||||
bindsym $mod+c split v
|
||||
|
||||
bindsym $mod+u border pixel 4
|
||||
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+space focus mode_toggle
|
||||
#//CONTAINERS+WINDOWS//#
|
||||
|
||||
Submodule .oh-my-zsh updated: e273cf004e...2ff9560ad3
Reference in New Issue
Block a user