Displaying 1 result from an estimated 1 matches for "matchp".
Did you mean:
match
2007 Apr 25
0
Scheme extension language plugin.
...-match "type=normal|state=sticky")) #Define a
match for sticky windows or normal windows
(bind-key "s" #Bind the key ctrl+super+s
(lambda () #Define an anonymous function to be passed to bind-key
(toggle-shaded-when #Toggle window shaded then
(lambda (w) (matchp w amatch))))) #Window passed matches amatch
You can read ~/.compiz/window.scm to see some of the wrapping around
the C level functions (which themselves are wrapped in the C files).
Ask me if you have any questions or want an example of how to do
anything. I'll be improving this and doing d...