update firefox unschizo profile name

This commit is contained in:
jacekpoz 2024-08-25 22:03:43 +02:00
parent ba3d05b3f1
commit 0d2991bf6e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -74,7 +74,7 @@ in {
home-manager.users.${username} = {
xdg.desktopEntries = {
firefox-schizo = {
name = "Schizofox";
name = "Firefox Schizo";
genericName = "Web Browser";
exec = "${getExe pkgs.firefox-devedition} --name firefox-schizo -P schizo %U";
icon = "${logo}";
@ -88,9 +88,9 @@ in {
};
};
firefox-unschizo = {
name = "Sanefox";
name = "Firefox Unschizo";
genericName = "Web Browser";
exec = "${getExe pkgs.firefox-devedition} --name firefox-sane -P unschizo %U";
exec = "${getExe pkgs.firefox-devedition} --name firefox-unschizo -P unschizo %U";
icon = "${logo}";
terminal = false;
categories = [ "Network" "WebBrowser" ];
@ -98,7 +98,7 @@ in {
type = "Application";
startupNotify = true;
settings = {
StartupWMClass = "firefox-sane";
StartupWMClass = "firefox-unschizo";
};
};
};