ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.258 by root, Wed Sep 8 03:35:38 2021 UTC vs.
Revision 1.259 by root, Wed Sep 8 03:39:46 2021 UTC

260of passage: ... and you failed. 260of passage: ... and you failed.
261 261
262Here are four ways to get transparency. B<Do> read the manpage and option 262Here are four ways to get transparency. B<Do> read the manpage and option
263descriptions for the programs mentioned and rxvt-unicode. Really, do it! 263descriptions for the programs mentioned and rxvt-unicode. Really, do it!
264 264
2651. Use transparent mode: 2651. Use pseudo-transparency:
266 266
267 Esetroot wallpaper.jpg 267 Esetroot wallpaper.jpg
268 @@URXVT_NAME@@ -tr -tint red -sh 40 268 @@URXVT_NAME@@ -tr -tint red -sh 40
269 269
270That works. If you think it doesn't, you lack transparency and tinting 270That works. If you think it doesn't, you lack transparency and tinting
2863. Use an ARGB visual: 2863. Use an ARGB visual:
287 287
288 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc 288 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
289 289
290This requires XFT support, and the support of your X-server. If that 290This requires XFT support, and the support of your X-server. If that
291doesn't work for you, blame Xorg and Keith Packard. ARGB visuals aren't 291doesn't work for you, find a working composite manager or window manager,
292there yet, no matter what they claim. Rxvt-Unicode contains the necessary 292both are required to support ARGB visuals for client windows.
293bugfixes and workarounds for Xft and Xlib to make it work, but that
294doesn't mean that your WM has the required kludges in place.
295 293
2964. Use xcompmgr and let it do the job: 2944. Use xcompmgr and let it do the job:
297 295
298 xprop -frame -f _NET_WM_WINDOW_OPACITY 32c \ 296 xprop -frame -f _NET_WM_WINDOW_OPACITY 32c \
299 -set _NET_WM_WINDOW_OPACITY 0xc0000000 297 -set _NET_WM_WINDOW_OPACITY 0xc0000000

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines