Christopher Roy Bratusek <[email protected]> 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 <[email protected]>

Reply via email to