Compare commits
No commits in common. "150c8ea92e98fb7f32e33ddf0c1f1ba34389f74d" and "22c264376a609cd6cb036be53ca7edcc55627971" have entirely different histories.
150c8ea92e
...
22c264376a
@ -110,7 +110,7 @@ bindcode $mod+35 exec mpc next
|
||||
# toggle tiling / floating
|
||||
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
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
8
_vimrc
8
_vimrc
@ -10,7 +10,6 @@ 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'
|
||||
" }}}
|
||||
@ -143,11 +142,6 @@ 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
|
||||
" }}}
|
||||
|
@ -1,4 +1,4 @@
|
||||
setxkbmap us altgr-intl
|
||||
setxkbmap fr
|
||||
## Disable DPMS turning off the screen
|
||||
xset -dpms
|
||||
xset s off
|
||||
@ -36,5 +36,4 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user