home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!agate!doc.ic.ac.uk!uknet!warwick!warwick!not-for-mail
- From: esrma@csv.warwick.ac.uk (Mr P M Jones)
- Newsgroups: comp.sys.sgi
- Subject: Re: Logging out under 4.0.5
- Message-ID: <1dl9meINN44v@violet.csv.warwick.ac.uk>
- Date: 9 Nov 92 09:06:22 GMT
- References: <1992Nov5.112619.18506@uts.uni-c.dk> <1992Nov6.134211.4858@news.yale.edu>
- Organization: Computing Services, University of Warwick, UK
- Lines: 12
- NNTP-Posting-Host: violet.csv.warwick.ac.uk
-
- I have created a file in /usr/bin/X11 which people can
- put into their .4Dwmrc files called terminatesession which avoids
- the confirmation question. By the time the user is confident enough
- to feel safe with this he knows enough about the customisation to
- use it.
-
-
- #!/bin/sh
- if [ $DISPLAY ]; then
- /usr/bin/X11/xprop -display $DISPLAY -root -remove _SGI_SESSION_PROPERTYelse
- echo 'terminatesession: $DISPLAY not defined'
- fi
-