Skip to content

Instantly share code, notes, and snippets.

@abnrk
Created July 15, 2025 22:31
Show Gist options
  • Select an option

  • Save abnrk/e6a548a757173eda13111160783c33c3 to your computer and use it in GitHub Desktop.

Select an option

Save abnrk/e6a548a757173eda13111160783c33c3 to your computer and use it in GitHub Desktop.
[Desktop Entry]
Version=1.0
Name=Waterfox
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=waterfox %u
StartupWMClass=waterfox
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=/opt/waterfox/browser/chrome/icons/default/default128.png
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=Open a New Window
Exec=waterfox -new-window
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=waterfox -private-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment