
BoneKracker wrote:Sorry for being patronizing.


I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.



The cat'ing of ~/.dmenu_cache was to show you it was there.w1n73rmu7e wrote:Hmm, I tried that manually, and it didn't work (still had the lag).dreadlorde wrote:cat ~/.dmenu_cache
I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.

I don't think you understand. dmenu is slow the _first_ time I launch it after boot. After that, there are no problems. I just want a way to automatically launch it once at boot, so that the lag doesn't show up when I go to actually use it.dreadlorde wrote:The cat'ing of ~/.dmenu_cache was to show you it was there.w1n73rmu7e wrote:Hmm, I tried that manually, and it didn't work (still had the lag).dreadlorde wrote:cat ~/.dmenu_cache
If you want dmenu to stop being 'slow', stop merging tons of crap.
BoneKracker wrote:Sorry for being patronizing.

Code: Select all
cp /usr/bin/dmenu /etc/init.d (with this you will copy dmenu to init)
rc-update add dmenu default (with this you will set dmenu to boot)Code: Select all
rc-update delete dmenu (will unset dmenu from boot)
rm /etc/init.d/dmemu (will delete dmenu from init)