Desktop source modifications, add librewolf work profile desktop shortcut
This commit is contained in:
parent
f5b04720ae
commit
76006843d7
|
|
@ -208,9 +208,11 @@ fi
|
|||
# '';
|
||||
".local/share/applications/ncmpcpp.desktop".source = ./global-resources/home-manager/.local/share/applications/ncmpcpp.desktop;
|
||||
".local/share/applications/yazi.desktop".source = ./global-resources/home-manager/.local/share/applications/yazi.desktop;
|
||||
".local/share/applications/vieb.desktop".source = ./global-resources/home-manager/.local/share/applications/vieb.desktop;
|
||||
".local/share/applications/arch-nyxt-gstfix.desktop".source = ./global-resources/home-manager/.local/share/applications/arch-nyxt-gstfix.desktop;
|
||||
".local/share/applications/arch-nyxt-run-gstfix.sh".source = ./global-resources/home-manager/.local/share/applications/arch-nyxt-run-gstfix.sh;
|
||||
".local/share/applications/librewolf-work.desktop".source = ./global-resources/home-manager/.local/share/applications/librewolf-work.desktop;
|
||||
#".local/share/applications/vieb.desktop".source = ./global-resources/home-manager/.local/share/applications/vieb.desktop;
|
||||
|
||||
#".local/share/applications/arch-nyxt-gstfix.desktop".source = ./global-resources/home-manager/.local/share/applications/arch-nyxt-gstfix.desktop;
|
||||
#".local/share/applications/arch-nyxt-run-gstfix.sh".source = ./global-resources/home-manager/.local/share/applications/arch-nyxt-run-gstfix.sh;
|
||||
};
|
||||
|
||||
# Emacs Config Init Service
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Actions=new-private-window;new-window;profile-manager-window
|
||||
Categories=Network;WebBrowser
|
||||
Exec=librewolf --name librewolf -new-instance -p "work" %U
|
||||
GenericName=Web Browser
|
||||
Icon=librewolf
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https
|
||||
Name=Librewolf (Work)
|
||||
StartupNotify=true
|
||||
StartupWMClass=librewolf
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.4
|
||||
Loading…
Reference in New Issue