Difference between revisions of "Xmonad/Config archive/andrewsw's .Xdefault"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
  +
these are the relevant entries from ~/.Xdefaults to make nice pretty transparent urxvt's in a compositing environment:
  +
 
<pre>
 
<pre>
 
URxvt.foreground: yellow
 
URxvt.foreground: yellow

Revision as of 04:58, 26 March 2008

these are the relevant entries from ~/.Xdefaults to make nice pretty transparent urxvt's in a compositing environment:

URxvt.foreground: yellow

URxvt.depth: 32
URxvt*background: rgba:0000/0000/0000/cccc

URxvt.fading: 70
URxvt.blurRadius: 5
URxvt.fadeColor: [0]black

URxvt.saveLines:32767
URxvt.scrollBar: false