/[antiright]/antiright/src/AR
ViewVC logotype

Diff of /antiright/src/AR

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jefbed, Thu Aug 12 09:34:57 2004 UTC revision 1.4 by jefbed, Wed Aug 18 23:56:43 2004 UTC
# Line 42  chmod +x ~/.antirightrc Line 42  chmod +x ~/.antirightrc
42  ACE -A Pager &  ACE -A Pager &
43  # Start the desktop icons.  # Start the desktop icons.
44  ACE -A Desktop_Lite &  ACE -A Desktop_Lite &
45  # Start the window manager.    # Start the window manager.
46  exec mwm  if [ "$WINDOWMANAGER" != "" ]
47        exec $WINDOWMANAGER
48    else
49        if [ -f /usr/X11R6/bin/mwm ] || [ -f /usr/local/bin/mwm ]
50            exec mwm
51        else
52            exec twm
53        fi
54    fi
55    
56    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26