On Fri, 3 Apr 1998, Sam Krishnabhat wrote:
> Hi good people,
>
> Is it possible to make a window of particular TITLE say "Error in Save"
> not appear on the fvwm manager. I mean, either the window should
> not be displayed OR let it be displayed, but FVWM should close
> it automatically.
>
> Can I do it ? I appreciate your help.
>
> -sam
> --
> Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_hpc.uh.edu.
> To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
>
Try the following shell command with FvwmCommand.
FvwmCommand -i3 -m </dev/null | perl -ne '$|=1;print "windowid $1 close\n"
if /^(0x[0-9a-f]+)\s+window\s+Error in Save/;' > ~/.FvwmCommandC
In order to run this command on background, you need the latest version
1.4.4. You can find it at
http://www.concentric.net/~isogai/fvwm2
-----------------------------------------------------
Toshi Isogai °ë³ÍøÌÀ
KENTEK Information Systems
isogai_at_kentek.com
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Apr 07 1998 - 13:20:39 BST