diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:37:00 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:37:00 +0200 |
commit | 34c492022df174427916ff319840eaf9ef445903 (patch) | |
tree | 26a4f999f52bd88de33a85a779c1fb127a0f52f0 /modules | |
parent | feat(pkgs/stamp): Init (diff) | |
download | nixos-config-34c492022df174427916ff319840eaf9ef445903.tar.gz nixos-config-34c492022df174427916ff319840eaf9ef445903.zip |
fix(home/yt): Correctly add some mpv input mappings
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/yt/input.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/home/conf/yt/input.conf b/modules/home/conf/yt/input.conf index 14601533..f374f062 100644 --- a/modules/home/conf/yt/input.conf +++ b/modules/home/conf/yt/input.conf @@ -2,7 +2,8 @@ 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_LEFT playlist-prev WHEEL_RIGHT playlist-next -q ignore +q script-message yt-mark-done-and-go-next +r script-message yt-check-new-videos P quit |