Compare commits

..

No commits in common. "150c8ea92e98fb7f32e33ddf0c1f1ba34389f74d" and "22c264376a609cd6cb036be53ca7edcc55627971" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View File

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

8
_vimrc
View File

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

View File

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