diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 21:20:17 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 21:20:17 +0200 |
commit | 0f690e7a9d6adc2d535ac9120180fa6601ce44c5 (patch) | |
tree | e3d6415c267ce085f12084d1cfcfccb29708d5d0 /modules | |
parent | chore(pkgs/tree-sitter-yts): Regenerate (diff) | |
download | nixos-config-0f690e7a9d6adc2d535ac9120180fa6601ce44c5.tar.gz nixos-config-0f690e7a9d6adc2d535ac9120180fa6601ce44c5.zip |
feat(home/yt/mpv): Map further keys
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/yt/input.conf | 4 | ||||
-rw-r--r-- | modules/home/conf/yt/mpv.conf | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/home/conf/yt/input.conf b/modules/home/conf/yt/input.conf index 3f8e4523..14601533 100644 --- a/modules/home/conf/yt/input.conf +++ b/modules/home/conf/yt/input.conf @@ -2,3 +2,7 @@ Q script-message yt-mark-watch-later c script-message yt-comments-external C script-message yt-comments-local d script-message yt-description +WHEEL_LEFT playlist-previous +WHEEL_RIGHT playlist-next +q ignore +P quit diff --git a/modules/home/conf/yt/mpv.conf b/modules/home/conf/yt/mpv.conf index e73063c4..b6d2501f 100644 --- a/modules/home/conf/yt/mpv.conf +++ b/modules/home/conf/yt/mpv.conf @@ -1,3 +1,2 @@ speed=2.7 volume=75 -msg-level=osd/libass=fatal |