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... |
Code Sample |
#!/bin/bash xtdesk & killall -9 fluxter killall -9 wmcpuload killall -9 wmnet killall -9 mount.app killall -9 asmem killall -9 wmix |
Code Sample |
rm -f /home/dsl/.xtdesktop/* |