Hi @glom,
Assuming you’re using bash or sh (or whatever you may have set in ExecUseShell
), then arithmetic comparisons for <
and >
don’t work like that. You need to use -lt
or -gt
, or -le
or -ge
. At this point, this isn’t a Fvwm problem at all.