Skip to content

Commit f3bb069

Browse files
committed
Merge branch 'watefox-linux' of github.com:weiss-d/gosuki into weiss-d-waterfox-linux
2 parents 4a6d3fc + 6ce065e commit f3bb069

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/browsers/defined_linux.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ package browsers
2727
var DefinedBrowsers = []BrowserDef{
2828
Firefox,
2929
Librewolf,
30+
Waterfox,
3031
Chrome,
3132
Chromium,
3233
Brave,
@@ -81,6 +82,13 @@ var (
8182
"/nonexistent",
8283
"~/.var/app/io.gitlab.librewolf-community/.librewolf",
8384
)
85+
86+
Waterfox = MozBrowser(
87+
"waterfox",
88+
"~/.waterfox",
89+
"/nonexistent",
90+
"~/.var/app/net.waterfox.waterfox/.waterfox",
91+
)
8492
)
8593

8694
func AddBrowserDef(b BrowserDef) {

0 commit comments

Comments
 (0)