mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Add FAQ section about urxvt transparency
parent
d1ba012252
commit
1326100eab
8
Home.md
8
Home.md
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user