Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!cap From: cap+@cs.cmu.edu (Chris Paris) Newsgroups: comp.sys.next Subject: Re: Showing windows on top of dock icons Message-ID: <1991Apr9.003330.28452@cs.cmu.edu> Date: 9 Apr 91 00:33:30 GMT References: Sender: netnews@cs.cmu.edu (USENET News Group Software) Organization: School of Computer Science, Carnegie Mellon Lines: 18 I don't know in general how to make the dock icons lower than application windows, but to fix the NeXT icon you can type % echo "0 Beepwindow setwindowlevel" | pft This will change the window level of only the NeXT icon. If you then drag this icon to the bottom of your screen, you will be able to use the entire screen. I went a step further and replaced the bitmap for the NeXT icon with a 33% gray rectangle, so it is indistinguishable from my background color. This was done using the perl extract/combine scripts posted a while back on the Workspace application. These two changes together give the appearance of no dock, save your screen from dock burnin, and still allow you to drag the dock up when you want to use it. Chris Paris cap@cs.cmu.edu