Set MPV_HOME in xinit and add input.conf & mpv.conf

master
Miles Alan 4 years ago
parent 561122b07c
commit a211d82939
  1. 1
      configs/mpv/input.conf
  2. 1
      configs/mpv/mpv.conf
  3. 1
      scripts/core/sxmo_xinit.sh

@ -0,0 +1 @@
h vf toggle hflip

@ -0,0 +1 @@
title="${playtime-remaining} - ${media-title}"

@ -7,6 +7,7 @@ envvars() {
command -v "$BROWSER" || export BROWSER=surf
command -v "$EDITOR" || export EDITOR=vis
command -v "$KEYBOARD" || defaultkeyboard
[ -z "$MPV_HOME" ] && export MPV_HOME=/usr/share/sxmo/mpv
[ -z "$MOZ_USE_XINPUT2" ] && export MOZ_USE_XINPUT2=1
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME=~/.config
[ -z "$XDG_CACHE_HOME" ] && export XDG_CACHE_HOME=~/.cache

Loading…
Cancel
Save