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

From HaskellWiki
Jump to navigation Jump to search
(blurRadius only applies to pseudo-transparency, it has no effect with xcompmgr)
 
(One intermediate revision by one other user not shown)
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
Line 6: Line 8:
   
 
URxvt.fading: 70
 
URxvt.fading: 70
URxvt.blurRadius: 5
 
 
URxvt.fadeColor: [0]black
 
URxvt.fadeColor: [0]black
   

Latest revision as of 16:03, 26 September 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.fadeColor: [0]black

URxvt.saveLines:32767
URxvt.scrollBar: false