diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/env | 3 | ||||
-rw-r--r-- | .config/mpv/input.conf | 1 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.config/env b/.config/env index 68139ed..a972505 100644 --- a/.config/env +++ b/.config/env @@ -115,9 +115,10 @@ export NNN_PREVIEWVIDEO='tct' export NNN_ICONLOOKUP=0 export NNN_PLUG='t:joe_fzfcd;p:-preview-tui;s:-!gdu -s;f:-fzopen;c:-joe_clipper;d:-joe_dragdrop;q:-joe_cmusq' export RUSTFLAGS='-L /usr/local/lib' -export SFEED_URL_FILE="$XDG_DATA_HOME/sfeed/readfile" +export SFEED_AUTOCMD="t<<<<<<" export SFEED_PLUMBER="linkview" export SFEED_PLUMBER_INTERACTIVE="1" +export SFEED_URL_FILE="$XDG_DATA_HOME/sfeed/readfile" export WEBKIT_DISABLE_COMPOSITING_MODE=1 export WWW_HOME='https://start.duckduckgo.com/' export YTFZF_HIST='0' diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index ac8da77..aea926c 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -3,6 +3,7 @@ h seek -5 j seek -60 k seek 60 S cycle sub +K cycle sub Ctrl+f script-binding quality_menu/video_formats_toggle #! Stream Quality > Video Alt+f script-binding quality_menu/audio_formats_toggle #! Stream Quality > Audio Ctrl+r script-binding reload/reload diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 749a32a..1412e5e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ # video-sync=display-resample -vo=gpu +vo=gpu-next osc=yes cache=yes demuxer-max-bytes=4GiB |