Unverified Commit d7f34103 authored by Donovan Glover's avatar Donovan Glover
Browse files

srb2: add startupWMClass to desktop item

Fixes an issue where the srb2 icon wasn't being used after launching
the application.
parent f188bff3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
      desktopName = name;
      genericName = name;
      categories = [ "Game" ];
      startupWMClass = ".srb2-wrapped";
    })
  ];