We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab2fe2 commit 2d89c3fCopy full SHA for 2d89c3f
README.md
@@ -161,6 +161,18 @@ yewtube is run on the command line using the command:
161
Enter `h` from within the program for help.
162
163
164
+Using yewtube with mpv
165
+----------------------
166
+
167
+If you have `mpv` player installed and you set it to be used as the player
168
+you can have yewtube to use its input bindings (with only a few usability changes
169
+done automatically by yewtube) by soft-linking to it from `~/.config/mps-youtube/mpv-input.conf`
170
+like so:
171
172
+```shell
173
+> ln -sr ~/.config/mpv/input.conf ~/.config/mps-youtube/mpv-input.conf
174
+```
175
176
Using yewtube with mpris
177
------------------------
178
0 commit comments