Commit 14841895 authored by oidro's avatar oidro
Browse files

mpv: add `StartupNotify=false` to umpv.desktop

parent 6a97dcd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -253,6 +253,7 @@ stdenv.mkDerivation (finalAttrs: {
    sed -e '/Icon=/ ! s|mpv|umpv|g; s|^Exec=.*|Exec=umpv %U|' \
      mpv.desktop > umpv.desktop
    printf "NoDisplay=true\n" >> umpv.desktop
    printf "StartupNotify=false\n" >> umpv.desktop
    popd
  ''
  + lib.optionalString stdenv.hostPlatform.isDarwin ''