Add FAQ section about urxvt transparency

Marvin Beckers 2016-07-14 19:55:39 +02:00
parent d1ba012252
commit 1326100eab

@ -191,3 +191,11 @@ Description = Applying setuid-bit to /usr/bin/sway
When = PostTransaction
Exec = /usr/bin/chmod +s /usr/bin/sway
```
### How do I configure urxvt transparency?
urxvt transparency requires "real transparency" settings. Add this to your `.Xresources` and reload via `xrdb ~.Xresources`:
```
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0200/c800
```