Skip to content

Commit

Permalink
xdg add custom protocol mpv
Browse files Browse the repository at this point in the history
mpv://play/<base64>/?<param>=<base64>
  • Loading branch information
ocfox committed Sep 4, 2024
1 parent 3465e54 commit 297fffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/whitefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{
"application/x-xdg-protocol-tg" = [ "org.telegram.desktop.desktop" ];
"x-scheme-handler/tg" = [ "org.telegram.desktop.desktop" ];
"x-scheme-handler/mpv" = [ "mpv-handler.desktop" ];
"application/pdf" = [ "sioyek.desktop" ];
}
// lib.genAttrs [
Expand Down
1 change: 1 addition & 0 deletions hosts/whitefox/environment/systemPackages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ with pkgs;
xwinwrap
polkit_gnome
thunderbird
mpv-handler
rpiplay
tree-sitter
yarn
Expand Down

0 comments on commit 297fffe

Please sign in to comment.