|
It should work, by either using the exec command, and/or by enclosing the commands in backticks (those funny little quote-like things on the key beside the "1" key).
(I am not sure myself of the exact syntax, but I have been where you are before with similar commands, and simply experimented for a moment till I got it again)...
So, in your xsessions file, try something like:
exec `flwm -fg green -bg black`
or simply (without the exec):
`flwm -fg green -bg black`
Does it work?
Sasha!
|