1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07:00

stuff that may or may not work

This commit is contained in:
Connor Olding 2017-01-23 11:56:26 -08:00
parent 15a190e8c8
commit 2a047c3918
4 changed files with 10 additions and 5 deletions

View File

@ -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'

View File

@ -7,9 +7,12 @@ UXTerm*toolBar: false
UXTerm*locale: true
UXTerm*metaSendsEscape: true
! this doesnt work
XTerm*vt100.translations: #override \n\
Ctrl <KeyPress> Insert:copy-selection(SELECT, CUT_BUFFER0)\n
Shift <Key>Home: scroll-back(1000)\n\
Shift <Key>End: scroll-forw(1000)
! shift+home: \e[1;2H
! shift+end: \e[1;2F
!UXTerm*cjkWidth: true

View File

@ -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"

View File

@ -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