Compare commits

...

3 Commits

Author SHA1 Message Date
Meutel 150c8ea92e Fix wallpaper shortcut 2017-10-08 10:20:14 +02:00
Meutel a3a84f5d0f Vim syntax vue.js 2017-10-08 10:20:14 +02:00
Meutel dbc09fc8d3 Fix keyboard, compositor 2017-10-08 10:20:14 +02:00
3 changed files with 10 additions and 3 deletions

View File

@ -110,7 +110,7 @@ bindcode $mod+35 exec mpc next
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
bindsym $mod+exclam exec /usr/home/meutel/bin/rndwallp
bindsym $mod+backslash exec /usr/home/meutel/bin/rndwallp
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle

8
_vimrc
View File

@ -10,6 +10,7 @@ Plugin 'scrooloose/nerdtree.git'
Plugin 'bling/vim-airline'
Plugin 'vim-jp/vim-go-extra'
Plugin 'fatih/vim-go'
Plugin 'posva/vim-vue'
Bundle 'chase/vim-ansible-yaml'
" }}}
@ -142,6 +143,11 @@ call vundle#end() " required
filetype plugin indent on " required
" }}}
" Go auto-format
" {{{ Go auto-format
autocmd FileType go autocmd BufWritePre <buffer> Fmt
nnoremap <Leader>i :GoImports<cr>
" }}}
" {{{ Vue.js components
autocmd FileType vue syntax sync fromstart
" }}}

View File

@ -1,4 +1,4 @@
setxkbmap fr
setxkbmap us altgr-intl
## Disable DPMS turning off the screen
xset -dpms
xset s off
@ -36,4 +36,5 @@ ulimit -c unlimited
# Start i3 and log to ~/.i3/logfile
echo "Starting at $(date)" >> ~/.i3/logfile
xcompmgr -c -f -n &
exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile