diff options
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rc.conf | 2 | ||||
-rw-r--r-- | .config/ranger/rifle.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 0e38c78..9eb0573 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -185,7 +185,7 @@ set display_tags_in_all_columns true set update_title true # Set the tmux/screen window-name to "ranger"? -set update_tmux_title true +set update_tmux_title false # Shorten the title if it gets long? The number defines how many # directories are displayed at once, 0 turns off this feature. diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 1e10eb3..7f9d699 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -77,7 +77,7 @@ mime ^audio, terminal, has mpv = mpv --no-video -- "$@" mime ^audio, !terminal, has mpv, X, flag f = mpv --force-window=yes -- "$@" mime ^audio, terminal, has audio-convert = audio-convert -d converted -c vorbis -q 10 "$@" -mime ^audio, terminal, has audio-convert = audio-convert -d converted -c opus "$@" +mime ^audio, terminal, has audio-convert = audio-convert -d converted -m true -c opus "$@" mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.opus "$@" mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.flac "$@" |