From 435e676b46361b354163a830972d315e9d273aa5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 8 Jun 2016 17:11:50 -0400 Subject: [PATCH] Remove numbers in .Xresources that didn't actually do anything --- X/.Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index a49bb2b..e557d7d 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,6 +1,6 @@ URxvt*depth: 32 -URxvt*background: [80]#000000 -URxvt*foreground: [100]#FFFFFF +URxvt*background: #000000 +URxvt*foreground: #FFFFFF URxvt*scrollBar: false URxvt*saveLines: 65535 URxvt*pastableTabs: true