update firefox unschizo profile name
This commit is contained in:
parent
ba3d05b3f1
commit
0d2991bf6e
1 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ in {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
firefox-schizo = {
|
firefox-schizo = {
|
||||||
name = "Schizofox";
|
name = "Firefox Schizo";
|
||||||
genericName = "Web Browser";
|
genericName = "Web Browser";
|
||||||
exec = "${getExe pkgs.firefox-devedition} --name firefox-schizo -P schizo %U";
|
exec = "${getExe pkgs.firefox-devedition} --name firefox-schizo -P schizo %U";
|
||||||
icon = "${logo}";
|
icon = "${logo}";
|
||||||
|
@ -88,9 +88,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
firefox-unschizo = {
|
firefox-unschizo = {
|
||||||
name = "Sanefox";
|
name = "Firefox Unschizo";
|
||||||
genericName = "Web Browser";
|
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}";
|
icon = "${logo}";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
categories = [ "Network" "WebBrowser" ];
|
categories = [ "Network" "WebBrowser" ];
|
||||||
|
@ -98,7 +98,7 @@ in {
|
||||||
type = "Application";
|
type = "Application";
|
||||||
startupNotify = true;
|
startupNotify = true;
|
||||||
settings = {
|
settings = {
|
||||||
StartupWMClass = "firefox-sane";
|
StartupWMClass = "firefox-unschizo";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue