Hi,
For the moment I use a script which return a value depending on my OS (freebsd or linux) and which set some variables in my vars file. It works well but I guess it can be great to use a case function like in shell, something like that in the pekwm vars file:
case `uname -s` in (for exemple).
What do you think about that ?
This won't be included in the pekwm-0.1.X, 0.2.X might get scripting support (when it is implemented). If so, that will be covered there. For now, use COMMAND="" to handle it.