summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-08-13 13:03:54 -0500
committerDanny Holman <dholman@gymli.xyz>2021-08-13 13:03:54 -0500
commit08527b62790f98e4d4dc810ea0817afcfd14e517 (patch)
tree076ec11e0eb36ac50c9a83930f1359df8a5d22fc
parente7783947ccbbeee0bd8dbb1a50217cfd130bcbe7 (diff)
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.
-rw-r--r--.Xresources2
-rw-r--r--.config/i3/config2
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 <Key>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 &