On 15 Dec 2003 12:38:34 +0200, Micha Feigin wrote:
>
> the two options that I found usefull:
> Show windows on all desktops:
> Key Tab A M WindowList CurrentAtEnd IconifiedAtEnd NoDeskSort
> Show windows only on the current desktop:
> Key Tab A M WindowList CurrentAtEnd IconifiedAtEnd CurrentDesk
This is incorrect syntax. The optional named options should always be
separated by commas. The comma-less syntax may be removed one day.
The correct syntax is this:
WindowList Root c c NoDeskSort, SelectOnRelease "", CurrentAtEnd
Here "Root c c" is a menu hint, not an option, so it should go without a
comma, all options should be comma separated. This is correct syntax too:
WindowList (CurrentDesk) Root c c NoDeskSort, CurrentAtEnd, IconifiedAtEnd
WindowList (CurrentPage) NoDeskSort, CurrentAtEnd, IconifiedAtEnd
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Dec 15 2003 - 06:40:37 GMT