From a14aabf40f860f3408160e49a29494f1e66ae35a Mon Sep 17 00:00:00 2001 From: ds6 Date: Sat, 25 Nov 2017 22:10:36 -0600 Subject: [PATCH 1/1] fix .Xresources, revert colorUL --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 2eb9efb..ac6f6cf 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,6 @@ ! generic settings *font: xft:Dina:size=8 +*depth: 32 ! Solarized colors, http://ethanschoonover.com/solarized !#define S_base03 #002b36 @@ -52,7 +53,6 @@ *color7: S_base2 *color15: S_base3 ! underline -*colorUL: S_yellow *underlineColor: S_yellow @@ -72,7 +72,7 @@ urxvt.background: rgba:0000/0a00/0d00/d000 urxvt.dynamicColors: true urxvt.intensityStyles: false -urxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S') +urxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" xvkbd.Alt_R.width: 1 xvkbd.Meta_R.width: 1 -- 2.47.0