Mailinglist Archive: opensuse (1377 mails)

< Previous Next >
Re: [S.u.S.E. Linux] Pixmap Background for RXVT
  • From: rodolfo@xxxxxxxxxxxx (Rodolfo Pilas)
  • Date: Fri, 07 Aug 98 10:39:15
  • Message-id: <199808070806.LAA01049@xxxxxxxxxxxxxxxxxx>



On Sat, 01 Aug 1998 04:01:59 -0500, Jerome Krough wrote:

>I haven't been able to get a background pixmap in rxvt. The man page
>says -pixmap: file [;geom] which I tried and it didn't work. rxvt --help
>says nothing about a pixmap background.
>a sample and where to put it would be most helpful.

2cts Tips of Linux Gazette had a good tip to have random background
at rxvt s:

#!/bin/bash
run_rxvt()
{
shift $((RANDOM%$#))
exec rxvt -pixmap ~/.pixmaps/$1
}
run_rxvt 'ls ~/.pixmaps'

In SuSE you need to use rxvt.xpm to have enabled -pixmap option.

----/ / _ Rodolfo Pilas
---/ / (_)__ __ ____ __ rodolfo@xxxxxxxxxxxx
--/ /__/ / _ \/ // /\ \/ /
-/____/_/_//_/\_,_/ /_/\_\ la oportunidad de dominar tu computadora
-------------------------------------------------------------------
Personal Official Web Page -> <A HREF="http:///www.internet.com.uy/rodolfo";><A HREF="http:///www.internet.com.uy/rodolfo</A">http:///www.internet.com.uy/rodolfo</A</A>>
Gente Como Uno BBS -> <A HREF="http://www.geocities.com/SiliconValley/4838";><A HREF="http://www.geocities.com/SiliconValley/4838</A">http://www.geocities.com/SiliconValley/4838</A</A>>
Grupo Usuarios Linux Uruguay [UYLUG] -> <A HREF="http://www.linux.org.uy";><A HREF="http://www.linux.org.uy</A">http://www.linux.org.uy</A</A>>

PGP Public Key Fingerprint = EE 6C 76 53 2B D9 2F 53 7B CE E3 69 8C ED 84 09

-
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e

< Previous Next >
Follow Ups