diff --git a/home/-shrc b/home/-shrc index 29b35d2..c865934 100644 --- a/home/-shrc +++ b/home/-shrc @@ -56,6 +56,7 @@ export LD_LIBRARY_PATH= # -n isn't an option in zsh's export export MAKEFLAGS="-j2" export VST_SDK_DIR="$HOME/src/vstsdk2.4" export LADSPA_PATH="/usr/lib/ladspa" +export NQDIR="$HOME/play" export EDITOR='vim' diff --git a/home/Xresources b/home/Xresources index c44fcca..579648b 100644 --- a/home/Xresources +++ b/home/Xresources @@ -7,9 +7,12 @@ UXTerm*toolBar: false UXTerm*locale: true UXTerm*metaSendsEscape: true -! this doesnt work XTerm*vt100.translations: #override \n\ - Ctrl Insert:copy-selection(SELECT, CUT_BUFFER0)\n + Shift Home: scroll-back(1000)\n\ + Shift End: scroll-forw(1000) + +! shift+home: \e[1;2H +! shift+end: \e[1;2F !UXTerm*cjkWidth: true diff --git a/home/streamcrap b/home/streamcrap index 98059c1..c65c94f 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -1,7 +1,8 @@ #!/bin/zsh # awful things -MPV_STREAM_FLAGS="--quiet --no-resume-playback --no-sub --no-initial-audio-sync --mc=0.02 --autosync=30 --cache-secs=10 --cache-initial=1024 --cache-pause --cache-backbuffer=0 --cache-seek-min=2048" +MPV_STREAM_FLAGS="--quiet --autofit=1280x720 --loop=no --no-resume-playback --no-sub --no-initial-audio-sync --mc=0.02 --autosync=30 \ +--cache-secs=10 --cache-initial=1024 --cache-pause --cache-backbuffer=0 --cache-seek-min=2048" LIVESTREAMER_FLAGS="--player-http --player-continuous-http --default-stream=source,best" LIVESTREAMER_FLAGS+=" --player-passthrough=http --player-no-close" diff --git a/home/vimrc b/home/vimrc index 89a34a8..41f0e5d 100644 --- a/home/vimrc +++ b/home/vimrc @@ -405,9 +405,9 @@ augroup DefaultWin au VimEnter * call DefaultWin() augroup END -" polyglot {{{1 +" ctrlp {{{1 -let c_gnu=1 +let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:0' " airline {{{1