Xmonad/Config archive/andrewsw's .Xdefault
From HaskellWiki
< Xmonad | Config archive(Difference between revisions)
(blurRadius only applies to pseudo-transparency, it has no effect with xcompmgr) |
|||
| (One intermediate revision 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.fadeColor: [0]black | URxvt.fadeColor: [0]black | ||
Current revision
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
