From ad7a214d01c42b9c784e5d2b79466ec25f56bd22 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 4 Mar 2023 01:17:58 +0100 Subject: Add arch support, update X settings --- Xdefaults | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Xdefaults') diff --git a/Xdefaults b/Xdefaults index 3a71a21..79a02b8 100644 --- a/Xdefaults +++ b/Xdefaults @@ -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 -- cgit