Compare commits

...

8 commits

Author SHA1 Message Date
eedaeca075 Merge branch 'main' into wayland 2024-12-23 22:44:40 +01:00
77ca3d906a Merge branch 'main' into work 2024-10-25 09:11:56 +02:00
d46585227b font: Change font and style
Change the font to NotoSansMono, add xft font settings and colorize
the cursor.
2024-03-16 03:04:51 +01:00
c3eb93bada font: Change font and style
Change the font to NotoSansMono, add xft font settings and colorize
the cursor.
2024-03-12 16:39:24 +01:00
cc56e45402 mimeapps: Add firefox as http and https target
Add firefox as target to handle http and https URIs.
2023-06-21 08:51:21 +02:00
f9dc8eaf03 gtk: Prefer dark themes in gtk-3.0 2023-05-11 10:53:55 +02:00
a5c98a4930 firefox: Configure firefox as default browser 2023-05-07 01:52:01 +02:00
5545da8277 Resize cursor to fit resolution 2023-04-25 08:58:30 +02:00

View file

@ -1,3 +1,24 @@
[Default Applications]
application/pdf=atril.desktop
x-scheme-handler/http=firefox-esr.desktop
x-scheme-handler/https=firefox-esr.desktop
x-scheme-handler/chrome=firefox-esr.desktop
text/html=firefox-esr.desktop
application/x-extension-htm=firefox-esr.desktop
application/x-extension-html=firefox-esr.desktop
application/x-extension-shtml=firefox-esr.desktop
application/xhtml+xml=firefox-esr.desktop
application/x-extension-xhtml=firefox-esr.desktop
application/x-extension-xht=firefox-esr.desktop
[Added Associations]
x-scheme-handler/http=firefox-esr.desktop;
x-scheme-handler/https=firefox-esr.desktop;
x-scheme-handler/chrome=firefox-esr.desktop;
text/html=firefox-esr.desktop;
application/x-extension-htm=firefox-esr.desktop;
application/x-extension-html=firefox-esr.desktop;
application/x-extension-shtml=firefox-esr.desktop;
application/xhtml+xml=firefox-esr.desktop;
application/x-extension-xhtml=firefox-esr.desktop;
application/x-extension-xht=firefox-esr.desktop;