Hi, > [...] I was wondering if it would make sense to add a test in dmenu_path > to make sure the directory actually exists before trying to cd into it?
If you're bothered about cd printing an error message, you could just add 2>/dev/null to the cd line. Regards, Peter
