latest
This commit is contained in:
parent
6fbdcec271
commit
b30dd6d8a2
2 changed files with 7 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -292,6 +292,9 @@ let g:ctrlp_cmd = 'CtrlP'
|
|||
let g:ctrlp_working_path_mode = 'ra'
|
||||
let g:ctrlp_match_window = 'bottom,order:ttb,min:1,max:15'
|
||||
|
||||
" * Vim-Go
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
|
||||
" ** STATUSLINE **
|
||||
"
|
||||
|
|
@ -567,3 +570,4 @@ endif
|
|||
" ** SEE ALSO **
|
||||
" filetype.vim
|
||||
|
||||
command Comments lexpr system('/home/barak/src/gogh/src/github.com/barakmich/gogh/gogh')
|
||||
|
|
|
|||
5
.xinitrc
5
.xinitrc
|
|
@ -3,7 +3,6 @@
|
|||
xrdb -merge .Xdefaults &
|
||||
|
||||
gnome-settings-daemon &
|
||||
eval $(cat ~/.fehbg) &
|
||||
xscreensaver -no-splash &
|
||||
kupfer --no-splash &
|
||||
nm-applet &
|
||||
|
|
@ -15,5 +14,7 @@ if [ -f ~/.xrandrrc ]; then
|
|||
~/.xrandrrc
|
||||
fi
|
||||
|
||||
eval $(cat ~/.fehbg) &
|
||||
#exec awesome
|
||||
exec i3
|
||||
#exec i3
|
||||
exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue