mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
add/fix libreawoo & firefox desktop entries
This commit is contained in:
parent
93c60b21b2
commit
4c841781b3
22
etc/xdg/autostart/a-firefox.desktop
Normal file
22
etc/xdg/autostart/a-firefox.desktop
Normal file
@ -0,0 +1,22 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=FIREFOX
|
||||
Exec=/usr/local/bin/firefox %U
|
||||
Icon=firefox
|
||||
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;
|
||||
Actions=new-window;new-private-window;profile-manager-window;
|
||||
StartupWMClass=firefox
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=Open a New Window
|
||||
Name[fi]=Uusi ikkuna
|
||||
Exec=/usr/local/bin/firefox --new-window %U
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=Open a New Private Window
|
||||
Name[fi]=Uusi yksityinen ikkuna
|
||||
Exec=/usr/local/bin/firefox --private-window %U
|
@ -17,7 +17,7 @@ Actions=new-window;new-private-window;safe-mode;preferences;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=/usr/local/bin/libreawoo
|
||||
Exec=/usr/local/bin/libreawoo --new-window %U
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Private Window
|
||||
Exec=/usr/local/bin/libreawoo --private-window %U
|
||||
|
Loading…
Reference in New Issue
Block a user