Re: sawfish-client newbie question



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]