]> git.sev.monster Git - dotfiles.git/commitdiff
fix .Xresources, revert colorUL
authords6 <git@ds6.pw>
Sun, 26 Nov 2017 04:10:36 +0000 (22:10 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
.Xresources

index 2eb9efb88400b150c0fb74c2f721383ab74cd8d6..ac6f6cf7b4ecf1a772b7a8ddc572ba360d038dff 100644 (file)
@@ -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
This page took 0.035512 seconds and 4 git commands to generate.