Closing this one, for 0.2.X maybe action configuration should be external to the theme.
No problem :-)
I apologize for this premature write up. The use of the titlebar buttons is already programable - but within the theme files:
...; PDecor {
...
Decor = "Default" {
Title {
....
Buttons {
....
Right {
...
}
Right {
...
Button = "1" { Actions = "Toggle Maximized 1 1" }
Button = "2" { Actions = "Toggle Maximized 1 0" } Button = "3" { Actions = "Toggle Maximized 0 1" }
}
....
}
....
}
....
}
....
}