Checkpoint

This commit is contained in:
Jonathan Cremin 2021-04-11 16:00:07 +01:00
parent e17f84ad8a
commit 1e03c32201
32 changed files with 556 additions and 298 deletions

View file

@ -0,0 +1,21 @@
[Desktop Entry]
Name=Firefox Developer Edition
GenericName=Web Browser
Exec=/home/jonathan/.local/bin/firefox-dev %u
Icon=/home/jonathan/.local/opt/firefox/browser/chrome/icons/default/default128.png
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;
StartupWMClass=Firefox Developer Edition
[Desktop Action new-window]
Name=Open a New Window
Exec=/home/jonathan/.local/bin/firefox-dev %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/home/jonathan/.local/bin/firefox-dev --private-window %u