From 720ccb42b41a0e211500a3d8043d034eb53cf458 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 30 Apr 2018 15:42:54 +0530 Subject: [PATCH] Smaller fonts --- files/x11/.Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/x11/.Xresources b/files/x11/.Xresources index 30a71d0..fd2d701 100644 --- a/files/x11/.Xresources +++ b/files/x11/.Xresources @@ -54,8 +54,8 @@ Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight -URxvt.font: xft:Input Mono:size=18:antialias=true -URxvt.boldFont: xft:Input Mono:bold:size=18:antialias=true +URxvt.font: xft:Input Mono:size=12:antialias=true +URxvt.boldFont: xft:Input Mono:bold:size=12:antialias=true URxvt.scrollBar: false URxvt.resize-font.smaller: C-Down URxvt.resize-font.bigger: C-Up