diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-16 15:02:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-16 15:02:20 +0200 |
commit | 58f6aa8956d7e5b512fccc4dbc83704de3e0719a (patch) | |
tree | 4ce89ba18aebb2df6ace37b67356549c7bff3f87 /config | |
parent | a4c01b0831d11775d46d1dca00b528397cbf4b03 (diff) |
checkpoint
Diffstat (limited to 'config')
-rwxr-xr-x | config/X/x11/xinitrc | 1 | ||||
-rw-r--r-- | config/common/mpv/input.conf | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 57d628b..441c72b 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -37,7 +37,6 @@ ntfy transmission & # dunst & slstatus & upds & -emacs --daemon & eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" unclutter --timeout 3 --jitter 50 -b exec startdwm diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 1d3a486..1999437 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -224,9 +224,6 @@ BS script-binding osc/visibility # show chapter title alt+c script-message cycle-commands 'show-text "${chapter-metadata/title}" 100000000' 'show-text "" 0' -# display information and statistics -i script-binding stats/display-stats-toggle - x add audio-delay 0.100 # change audio/video sync by delaying the audio X add audio-delay -0.100 # change audio/video sync by shifting the audio earlier ctrl+x set audio-delay 0 |