huijunchen9260 / dmenufm

A simple file manager using dmenu
GNU General Public License v3.0
227 stars 15 forks source link

Remove uneeded mentions of dmenufm in help and fix bug with cd on exit #3

Closed BrodieRobertson closed 4 years ago

BrodieRobertson commented 4 years ago

What was happening with cd on exit was that if you ran it without the -p option then the next time you ran it with the -p option it wouldn't open in that directory.

For example if I open ~/downloads without the -p option the next time I open with the -p option I would expect it to be in the ~/downloads folder but instead it's in whichever directory I opened it from.

huijunchen9260 commented 4 years ago

Thank you! This really help!