5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
|
|
xdg-settings set default-url-scheme-handler mpv mpv-launcher.desktop
|
|
|
|
exit 0
|