[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] is-wm-query
From: |
Shawn Betts |
Subject: |
Re: [RP] is-wm-query |
Date: |
Thu Aug 28 13:28:05 2003 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
twb <address@hidden> writes:
> Is there a way of checking if rp is the WM on $DISPLAY?
> (from the shell, that is, so launchers know if they can use rp to add extra
> args)
how about:
$ ratpoison -c 'getenv DISPLAY'
That will give you the display ratpoison is running on.
Shawn