From ef0846dbd6141ad032fb4db44fabf9903e11231f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 4 Nov 2018 13:58:44 +0000 Subject: Reset the internal border --- X/.Xresources | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index dd97601..e69dc0a 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -165,7 +165,11 @@ URxvt*cursorColor: #cc99cc ! Select the fonts to be used. This is a comma separated list of font ! names that are checked in order when trying to find glyphs for ! characters -*font: xft:Hack:style=Regular:pixelsize=16,xft:Unifont:size=8:anialias=false,xft:Wuncon Siji:style=Regular:pixelsize=10,xft:Font Awesome 5 Free:style=Regular:pixelsize=14,xft:Font Awesome 5 Brands:style=Regular:pixelsize=14 +*font: xft:Hack:style=Regular:pixelsize=16, \ + xft:Unifont:size=8:anialias=false, \ + xft:Wuncon Siji:style=Regular:pixelsize=10, \ + xft:Font Awesome 5 Free:style=Regular:pixelsize=14, \ + xft:Font Awesome 5 Brands:style=Regular:pixelsize=14 ! When font styles are not enabled, or this option is enabled (True ! default), bold/blink font styles imply high intensity @@ -191,9 +195,6 @@ URxvt*depth: 32 ! the user. URxvt*hold: false -! Internal border of number pixels. This resource is limited to 100 -URxvt*internalBorder: 10 - ! Specify a command pipe for vt100 printer [default lpr(1)]. Use ! Print to initiate a screen dump to the printer and Ctrl-Print or ! Shift-Print to include the scrollback -- cgit