Compare commits

..

4 commits
main ... work

Author SHA1 Message Date
finga 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
finga 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
finga f9dc8eaf03 gtk: Prefer dark themes in gtk-3.0 2023-05-11 10:53:55 +02:00
finga 5545da8277 Resize cursor to fit resolution 2023-04-25 08:58:30 +02:00
2 changed files with 2 additions and 20 deletions

View file

@ -1,3 +1,5 @@
Xcursor.size: 24
! urxvt ------------------------------------------------------------------------
URxvt.termName: rxvt-unicode
! - use font

View file

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