Quote (lucky13 @ May 20 2008,12:11) |
I'm concerned that it works across the board and works well for everyone. I don't think scripts should be have to be rewritten to accomodate certain fonts. |
Quote (meo @ May 21 2008,10:37) |
Hi mikshaw! Actually I just used the nop-option a few hours ago and it worked well but then I started to make some other hacks to the fluxbox menu from memory (which I'm lacking at times) and completely trashed it. Now I'm back by my old box using jwm to try to restore the menu to the nop-state again. Thanks for your post! I'll look in to the menu hight to verify if that might help me to see the menu better in this version of DSL. Have fun out there using DSL, meo |
Code Sample |
cp ~/.fluxbox/menu ~/menu.bk && cat ~/menu.bk | sed \ -e /"\[exec\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[end\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[config\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[exit\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[reconfig\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[restart\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[stylesdir\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[workspaces\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[submenu\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ -e /"\[begin\]"/a"\ \ \ \ \ \ \ \[nop\] ( )" \ > ~/menu.nop && cp ~/menu.nop ~/.fluxbox/menu |
Code Sample |
cp ~/.fluxbox/menu ~/.fluxbox/menu.bak && sed -i 's/$/\n[nop]/' ~/.fluxbox/menu |