clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: April 29 2005,13:00 |
|
Quote (mikshaw @ April 28 2005,12:44) | I think so. The menu item for "full enhanced" is the enhance script. "icons only" runs xtdesk, and "no icons" kills xtdesk. I've been thinking that "icons only" would be more aptly named if it killed the pager and dockapps. Maybe a little modification of the enhance script is in order... |
I changed my Icons only menu to point to this script and it got rid of everything in the slit (although the slit was still there).
Code Sample | #!/bin/bash xtdesk & killall -9 fluxter killall -9 wmcpuload killall -9 wmnet killall -9 mount.app killall -9 asmem killall -9 wmix |
Then no icons takes only the icons away (someone might want the slit but no the icons, and fully enhanced desktop brings everything back.
|