X and Fluxbox :: Net In and Out Graphs
I have dsl on a computer that is not hooked up to the internet. I don't need the net in/out graph(above the cpu usage graph). Is there anyway to make it go away? It takes up too much room on my 800x600px desktop. Thanks in advance.
You can edit your /usr/bin/enhance file, and comment out the wmnet app lines.
Or try opening a shell, and running the command
killall wmnet
73
ke4nt
That command works, but is there anyway to keep it like that, even on reboot? How would I edit the enhance file, emelfm doesnt give me an option to view or edit the file.
If you are running DSL without a writeable /usr/bin, such as a LiveCD without any *.dsl extensions installed, you can edit /home/dsl/.xinitrc:
Remove the line(s) including 'enhance' (I think it's inside an 'if', so you can remove the 'if' and 'fi' lines as well).
If you want to keep some of the other dockapps, such as mount.app, look at /usr/bin/enhance in a text editor. The applications will be listed there. You can put those apps into /home/dsl/.xinitrc like so:
mount.app &
wmix &
fluxbox
I can open it, but it is read only. I have a Hard Drive install, by the way.
Next Page...
original here.