Re: Correct format for two-windows window-matcher
- From: Jeremy Hankins <nowan nowan org>
- To: General discussion about sawfish wm <sawfish-list gnome org>
- Subject: Re: Correct format for two-windows window-matcher
- Date: Tue, 13 Oct 2009 11:30:14 -0500
Christopher Roy Bratusek <zanghar freenet de> writes:
> Well I've figured out a better thing for my purpose:
>
> ( define ( add-screenlets-matcher wm-name pos)
> ( add-window-matcher 'WM_NAME wm-name
> '( position . pos )
I think this is what you want, to except pos from the quoting:
`( position . ,pos )
> '( fixed-position . t )
> '( sticky . t )
> '( sticky-viewport . t )
> '( cycle-skip . t )
> '( depth . -2 )
> '( never-maximize . t )
> '( never-iconify . t ) ) )
And this:
> ( add-screenlets-matcher "FolderViewScreenlet.py" 'south-west )
--
Jeremy Hankins <nowan nowan org>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]