Compare commits

..

4 commits

Author SHA1 Message Date
8957c6cda1 Merge branch 'main' into work 2024-10-25 09:04:04 +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
a5c98a4930 firefox: Configure firefox as default browser 2023-05-07 01:52:01 +02:00
1b68b98153 gtk: Prefer dark themes in gtk-3.0 2023-05-07 01:39:42 +02:00

View file

@ -2,3 +2,23 @@
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;