mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
feat:mpv
This commit is contained in:
52
dotfiles/.config/mpv/script-opts/memo.conf
vendored
Normal file
52
dotfiles/.config/mpv/script-opts/memo.conf
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# File path gets expanded, leave empty for in-memory history
|
||||
# history_path=~/script-opts/memo-history.log
|
||||
|
||||
# How many entries to display in menu
|
||||
entries=10
|
||||
|
||||
# Display navigation to older/newer entries
|
||||
pagination=yes
|
||||
|
||||
# Display files only once
|
||||
hide_duplicates=yes
|
||||
|
||||
# Check if files still exist
|
||||
hide_deleted=yes
|
||||
|
||||
# Display only the latest file from each directory
|
||||
hide_same_dir=no
|
||||
|
||||
# Date format https://www.lua.org/pil/22.1.html
|
||||
timestamp_format=
|
||||
|
||||
# Display titles instead of filenames when available
|
||||
use_titles=yes
|
||||
|
||||
# Truncate titles to n characters, 0 to disable
|
||||
truncate_titles=60
|
||||
|
||||
# Meant for use in auto profiles
|
||||
enabled=yes
|
||||
|
||||
# Keybinds for vanilla menu
|
||||
up_binding=UP WHEEL_UP
|
||||
down_binding=DOWN WHEEL_DOWN
|
||||
select_binding=RIGHT ENTER
|
||||
append_binding=Shift+RIGHT Shift+ENTER
|
||||
close_binding=LEFT ESC
|
||||
|
||||
# Path prefixes for the recent directory menu
|
||||
# This can be used to restrict the parent directory relative to which the
|
||||
# directories are shown.
|
||||
# Syntax
|
||||
# Prefixes are separated by | and can use Lua patterns by prefixing
|
||||
# them with "pattern:", otherwise they will be treated as plain text.
|
||||
# Pattern syntax can be found here https://www.lua.org/manual/5.1/manual.html#5.4.1
|
||||
# Example
|
||||
# "path_prefixes=My-Movies|pattern:TV Shows/.-/|Anime" will show directories
|
||||
# that are direct subdirectories of directories named "My-Movies" as well as
|
||||
# "Anime", while for TV Shows the shown directories are one level below that.
|
||||
# Opening the file "/data/TV Shows/Comedy/Curb Your Enthusiasm/S4/E06.mkv" will
|
||||
# lead to "Curb Your Enthusiasm" to be shown in the directory menu. Opening
|
||||
# of that entry will then open that file again.
|
||||
path_prefixes=pattern:.*
|
||||
Reference in New Issue
Block a user