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 +- .config/i3/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/.config/i3/config b/.config/i3/config index 56947a4..ef73673 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -143,7 +143,7 @@ new_window 1pixel # Start helpful programs exec --no-startup-id nitrogen --restore & exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" -exec --no-startup-id picom -Ccgb & +exec --no-startup-id picom -Ccb & exec --no-startup-id tilda & exec --no-startup-id dex -a & -- cgit v1.2.3