Re: sawfish-client newbie question
- From: Ewan Mellor <sawfish ewanmellor org uk>
- To: sawfish-list gnome org
- Subject: Re: sawfish-client newbie question
- Date: Mon, 11 Aug 2003 23:56:07 +0100
On Mon, Aug 11, 2003 at 05:51:14PM +0100, Yann Klis wrote:
> Hello all,
>
> I'd like to change the depth of a window which name is "Remote Video" using a
> command line, like using sawfish-client.
> Currently in my .sawfish/custom, I have
> (((WM_NAME . "^Remote Video$")) (position 76 . 274) (depth . 10))
> I'd like to change de depth to -5, uninteractively.
>
> How can I do that using sawfish-client ?
(set-window-depth (get-window-by-name "Remote Video") -5)
So if you want to do that from the command line, then
sawfish-client -e '(set-window-depth (get-window-by-name "Remote Video") -5)'
HTH,
Ewan.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]