Compare commits
2 Commits
afc537226d
...
fb3334ba8f
Author | SHA1 | Date | |
---|---|---|---|
fb3334ba8f | |||
17a098ec2b |
@ -23,6 +23,13 @@ fi
|
||||
|
||||
export LC_CTYPE=fr_FR.UTF-8
|
||||
|
||||
# Use XToolkit in java applications
|
||||
export AWT_TOOLKIT=XToolkit
|
||||
# Default terminal
|
||||
export TERMINAL=/usr/local/bin/mate-terminal
|
||||
# remote mpd
|
||||
export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
|
||||
|
||||
# auto start X on first console (FreeBSD)
|
||||
if [ "$(tty)" = "/dev/ttyv0" ] ; then
|
||||
startx
|
||||
|
5
_vimrc
5
_vimrc
@ -11,6 +11,7 @@ Plugin 'bling/vim-airline'
|
||||
Plugin 'vim-jp/vim-go-extra'
|
||||
Plugin 'fatih/vim-go'
|
||||
Plugin 'posva/vim-vue'
|
||||
Plugin 'leafgarland/typescript-vim'
|
||||
|
||||
Bundle 'chase/vim-ansible-yaml'
|
||||
" }}}
|
||||
@ -151,3 +152,7 @@ nnoremap <Leader>i :GoImports<cr>
|
||||
" {{{ Vue.js components
|
||||
autocmd FileType vue syntax sync fromstart
|
||||
" }}}
|
||||
|
||||
" {{{ Typescript
|
||||
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
|
||||
" }}}
|
||||
|
@ -23,7 +23,7 @@ export LC_MESSAGES=C
|
||||
export AWT_TOOLKIT=XToolkit
|
||||
|
||||
# Default terminal
|
||||
export TERMINAL=/usr/local/bin/mate-terminal
|
||||
#export TERMINAL=/usr/local/bin/mate-terminal
|
||||
|
||||
# remote mpd
|
||||
export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
|
||||
@ -35,6 +35,7 @@ xsetroot -solid "#333333"
|
||||
ulimit -c unlimited
|
||||
|
||||
# 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
|
||||
exec ssh-agent /usr/local/bin/start-lumina-desktop
|
||||
|
Loading…
Reference in New Issue
Block a user