From ea655c4987348126eff3885ccb927d14fef3ba43 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 23 Sep 2020 13:40:25 +0200 Subject: Add XDefaults font config --- XDefaults | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/XDefaults b/XDefaults index 7ab8f8d..5711e21 100644 --- a/XDefaults +++ b/XDefaults @@ -1,4 +1,15 @@ +! --------------------------- ! URxvt +! --------------------------- +Xft.dpi: 96 +Xft.antialias: false +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight + +! --------------------------- +! URxvt +! --------------------------- URxvt.depth: 32 URxvt.geometry: 90x30 @@ -26,7 +37,7 @@ URxvt.cursorColor: #c8c7c7 ! pointer URxvt.pointerBlank: true -! rbdr ttheme +! rbdr theme ! fg / bg URxvt.background: #3e3937 URxvt.foreground: #eeeeee -- cgit