FVWM: xinitrc, ie5 and hanging apps locking screen

From: Elliot Sowadsky <elliot_at_c-cube.com>
Date: Tue, 13 Jun 2000 15:03:16 -0700 (PDT)

Is there a setting that prevents an application from owning the whole screen?
So that if a window hangs, i can still access everything else?

-------
Does anyone use ie5 on solaris?
Do you find that it likes to dive to the bottom when popping up windows...or for some other reason?

Does fvwm complain about its icons unless you set NoIcon?

-------

When i exit fvwm (2.3.16), i dont return to "dos prompt".

xinitrc...

if [ -f $HOME/.Xdefaults ]; then
    xrdb $HOME/.Xdefaults & # Load Users X11 resource database
else
    xrdb $OPENWINHOME/lib/Xdefaults & # Load Default X11 resource database
fi
$OPENWINHOME/lib/openwin-sys & # OpenWindows system initialization

xset s 7200 # screenblank delay
if [ -f /usr/local/bin/fvwm2 ]; then # fvwm2 Window Manager
        fvwm2 & # local 2.2.4 or 2.0.42
elif [ -f /usr/local/bin/fvwm ]; then # fvwm Window Manager
        /usr/local/bin/fvwm &
elif [ -f /cad/bin/olvwm ]; then # OpenLook Window Manager
        /cad/bin/olvwm -2d &
else
        olwm &
fi
if [ -x $HOME/.openwin-init ]; then
    $HOME/.openwin-init # Custom OpenWindows tools
else
    $OPENWINHOME/lib/openwin-init # Default OpenWindows tools
fi
xhost + > /dev/null
wait
--
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 Tue Jun 13 2000 - 17:05:00 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:50 BST