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
4 changed files with 23 additions and 11 deletions

View file

@ -1,10 +1,18 @@
Xcursor.size: 24
! urxvt ------------------------------------------------------------------------
URxvt.termName: rxvt-unicode
! - use font
URxvt.font: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
URxvt.boldFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
URxvt.italicFont: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
URxvt.boldItalicFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
URxvt.letterSpace: -1
URxvt.font: xft:NotoSansMono-Regular:size=8
URxvt.boldFont: xft:NotoSansMono-Bold:size=8
URxvt.italicFont: xft:NotoSansMono-Regular:size=8
URxvt.boldItalicFont: xft:NotoSansMono-Regular:size=8
! - remove scrollbar
URxvt.scrollBar: false
! - bell on urgent
@ -17,13 +25,15 @@ URxvt.iso14755_52: false
! - load perl modules
URxvt.perl-ext-common: default,resize-font
! - resize-font
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-0: resize-font:reset
URxvt.keysym.C-question: resize-font:show
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-0: resize-font:reset
URxvt.keysym.C-question: resize-font:show
URxvt.resize-font.step: 1
! - color scheme
URxvt.background: #000000
URxvt.foreground: #CCCCCC
URxvt.cursorColor: #00cc00
! - blue
URxvt.color4: #6666ff
URxvt.color12: #3399FF

View file

@ -0,0 +1,2 @@
[Settings]
gtk-application-prefer-dark-theme=1

View file

@ -1,3 +1,4 @@
[Default Applications]
application/pdf=atril.desktop
x-scheme-handler/http=firefox-esr.desktop
x-scheme-handler/https=firefox-esr.desktop

View file

@ -1,9 +1,8 @@
*
!/.config
!/.config/gtk-3.0/settings.ini
!/.config/mimeapps.list
!/.config/user-dirs.dirs
!/.config/user-dirs.locale
!/.gitignore.d
!/.gitignore.d/x11
!/.Xresources
!/.xsession