mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Set LibreWolf as desktop default browser
This commit is contained in:
@@ -139,6 +139,10 @@ desktop_common_dotfiles:
|
|||||||
src: .config/rofi/
|
src: .config/rofi/
|
||||||
dest: .config/rofi/
|
dest: .config/rofi/
|
||||||
mode: preserve
|
mode: preserve
|
||||||
|
- name: MIME application defaults
|
||||||
|
src: .config/mimeapps.list
|
||||||
|
dest: .config/mimeapps.list
|
||||||
|
mode: "0644"
|
||||||
- name: fastfetch config
|
- name: fastfetch config
|
||||||
src: .config/fastfetch/
|
src: .config/fastfetch/
|
||||||
dest: .config/fastfetch/
|
dest: .config/fastfetch/
|
||||||
@@ -257,6 +261,7 @@ desktop_flatpak_packages:
|
|||||||
- com.calibre_ebook.calibre
|
- com.calibre_ebook.calibre
|
||||||
- com.github.tchx84.Flatseal
|
- com.github.tchx84.Flatseal
|
||||||
- com.spotify.Client
|
- com.spotify.Client
|
||||||
|
- io.gitlab.librewolf-community
|
||||||
- io.github.flattool.Warehouse
|
- io.github.flattool.Warehouse
|
||||||
- org.telegram.desktop
|
- org.telegram.desktop
|
||||||
- sh.loft.devpod
|
- sh.loft.devpod
|
||||||
|
|||||||
11
dotfiles/desktop/.config/mimeapps.list
Normal file
11
dotfiles/desktop/.config/mimeapps.list
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Default Applications]
|
||||||
|
text/html=io.gitlab.librewolf-community.desktop
|
||||||
|
x-scheme-handler/http=io.gitlab.librewolf-community.desktop
|
||||||
|
x-scheme-handler/https=io.gitlab.librewolf-community.desktop
|
||||||
|
x-scheme-handler/about=io.gitlab.librewolf-community.desktop
|
||||||
|
x-scheme-handler/unknown=io.gitlab.librewolf-community.desktop
|
||||||
|
application/pdf=com.github.xournalpp.xournalpp.desktop
|
||||||
|
|
||||||
|
[Added Associations]
|
||||||
|
text/plain=emacs.desktop;
|
||||||
|
application/pdf=com.github.xournalpp.xournalpp.desktop;
|
||||||
Reference in New Issue
Block a user