]> git.sev.monster Git - dotfiles.git/blobdiff - base/.Xresources
switch i3bar->tint2, zsh bell, pbuild/run->portpkg
[dotfiles.git] / base / .Xresources
index ac6f6cf7b4ecf1a772b7a8ddc572ba360d038dff..5cd2410b4994b6ca5bb87dc5eb6cf4a0c86840b1 100644 (file)
@@ -1,6 +1,5 @@
 ! generic settings
 *font:                   xft:Dina:size=8
-*depth:                   32
 
 ! Solarized colors, http://ethanschoonover.com/solarized
 !#define S_base03         #002b36
 *underlineColor:         S_yellow
 
 
-! urxvt
-urxvt.termName:          rxvt-256color
-urxvt.perl-ext:
-urxvt.perl-ext-common:
+! URxvt
+URxvt.termName:          rxvt-256color
+URxvt.perl-ext:
+URxvt.perl-ext-common:
 
-urxvt.cursorBlink:       on
-urxvt.cursorUnderline:   on
-urxvt.scrollstyle:       plain
-urxvt.scrollBar_right:   true
-urxvt.urgentOnBell:      true
-urxvt.visualBell: true
+URxvt.cursorBlink:       on
+URxvt.cursorUnderline:   on
+URxvt.scrollstyle:       plain
+URxvt.scrollBar_right:   true
+URxvt.urgentOnBell:      true
+URxvt.visualBell:        true
 
-urxvt.background:        rgba:0000/0a00/0d00/d000
-urxvt.dynamicColors:     true
-urxvt.intensityStyles:   false
+URxvt.depth:             32
+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')"
 
+! bg terminal
+URxvtRoot.termName:      rxvt-256color
+URxvtRoot.perl-ext:
+URxvtRoot.perl-ext-common:
+
+URxvtRoot.scrollBar:     false
+URxvtRoot.visualBell:    true
+
+URxvtRoot.depth:         32
+URxvtRoot.borderLess:    true
+URxvtRoot.transparent:   true
+URxvtRoot.shading:       80
+
+! xvkbd
 xvkbd.Alt_R.width:       1
 xvkbd.Meta_R.width:      1
 xvkbd.Multi_key.width:   1
This page took 0.031204 seconds and 4 git commands to generate.