diff --git a/Home.md b/Home.md index eb32c36..b86dc60 100644 --- a/Home.md +++ b/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 +``` \ No newline at end of file