Compare commits
3 Commits
22c264376a
...
150c8ea92e
Author | SHA1 | Date | |
---|---|---|---|
150c8ea92e | |||
a3a84f5d0f | |||
dbc09fc8d3 |
@ -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
8
_vimrc
@ -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
|
||||
" }}}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user