fix the firefox issue that's been plaguing me since 1742
This commit is contained in:
parent
dbc53ceeba
commit
6fe0094e0e
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ in {
|
||||||
firefox-schizo = {
|
firefox-schizo = {
|
||||||
name = "Schizofox";
|
name = "Schizofox";
|
||||||
genericName = "Web Browser";
|
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}";
|
icon = "${logo}";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
categories = [ "Network" "WebBrowser" ];
|
categories = [ "Network" "WebBrowser" ];
|
||||||
|
@ -128,7 +128,7 @@ in {
|
||||||
firefox-unschizo = {
|
firefox-unschizo = {
|
||||||
name = "Sanefox";
|
name = "Sanefox";
|
||||||
genericName = "Web Browser";
|
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}";
|
icon = "${logo}";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
categories = [ "Network" "WebBrowser" ];
|
categories = [ "Network" "WebBrowser" ];
|
||||||
|
|
Loading…
Reference in a new issue