Re: Correct format for two-windows window-matcher



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]