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 = {
|
||||
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" ];
|
||||
|
|
Loading…
Reference in a new issue