diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.local/share/applications/firefox.desktop | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.local/share/applications/firefox.desktop')
| -rw-r--r-- | .local/share/applications/firefox.desktop | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.local/share/applications/firefox.desktop b/.local/share/applications/firefox.desktop deleted file mode 100644 index b24b1c6..0000000 --- a/.local/share/applications/firefox.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Name=Firefox Nightly -Comment=Mozilla Firefox Web Browser -Exec=/home/robert/bin/firefox %u -Icon=firefox-nightly-bin -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; -Categories=Network;WebBrowser; -Actions=NewWindow;NewPrivateWindow; - -[Desktop Action NewWindow] -Name=New Window -Exec=/home/robert/bin/firefox --new-window %u - -[Desktop Action NewPrivateWindow] -Name=New Private Window -Exec=/home/robert/bin/firefox --private-window %u -StartupNotify=true |