From 08527b62790f98e4d4dc810ea0817afcfd14e517 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 13 Aug 2021 13:03:54 -0500 Subject: Fix issue starting picom and make font bigger Make the font in URxvt a little big bigger and, therefore, more readable. Also fix an issue starting the compositor. --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 6875eb2..f04fffc 100644 --- a/.Xresources +++ b/.Xresources @@ -49,7 +49,7 @@ XTerm.vt100.translations: #override \n\ Ctrl Shift V: insert-selection(CLIPBOARD) ! URxvt settings -URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=13 +URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=15 URxvt.scrollBar: false URxvt*scrollTtyOutput: false URxvt*scrollWithBuffer: true -- cgit v1.2.3