fix the firefox issue that's been plaguing me since 1742

This commit is contained in:
jacekpoz 2024-05-05 20:20:06 +02:00
parent dbc53ceeba
commit 6fe0094e0e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -114,7 +114,7 @@ in {
firefox-schizo = {
name = "Schizofox";
genericName = "Web Browser";
exec = "firefox-devedition --name firefox-schizo --profile /home/jacek/.mozilla/firefox/schizo %U";
exec = "firefox-devedition --name firefox-schizo -P schizo %U";
icon = "${logo}";
terminal = false;
categories = [ "Network" "WebBrowser" ];
@ -128,7 +128,7 @@ in {
firefox-unschizo = {
name = "Sanefox";
genericName = "Web Browser";
exec = "firefox-devedition --name firefox-sane --profile /home/jacek/.mozilla/firefox/unschizo %U";
exec = "firefox-devedition --name firefox-sane -P unschizo %U";
icon = "${logo}";
terminal = false;
categories = [ "Network" "WebBrowser" ];