diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-04 01:17:58 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-04 01:17:58 +0100 |
| commit | ad7a214d01c42b9c784e5d2b79466ec25f56bd22 (patch) | |
| tree | 52457fedd2ed4f8e52c186602eef34203d49ea4a /Xdefaults | |
| parent | 8503727ab086d3e81f90abb7734b18c584ac08fd (diff) | |
Add arch support, update X settings
Diffstat (limited to 'Xdefaults')
| -rw-r--r-- | Xdefaults | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ ! --------------------------- ! URxvt ! --------------------------- -Xft.dpi: 96 +Xft.dpi: 140 Xft.antialias: false Xft.rgba: rgb Xft.hinting: true @@ -23,10 +23,10 @@ URxvt.transparent: false ! fonts URxvt.allow_bold: false -*.font: xft:Input Mono:style=Light:pixelsize=11 -*.boldFont: xft:Input Mono:style=Medium:pixelsize=11 -*.italicFont: xft:Input Mono:style=Light Italic:pixelsize=11 -*.boldItalicFont: xft:Input Mono:style=Medium Italic:pixelsize=11 +*.font: xft:Input Mono:style=Light:size=11 +*.boldFont: xft:Input Mono:style=Medium:size=11 +*.italicFont: xft:Input Mono:style=Light Italic:size=11 +*.boldItalicFont: xft:Input Mono:style=Medium Italic:size=11 ! scrollbar URxvt.scrollbarStyle: rxvt |