huijunchen9260 / dmenufm

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

Fix invalid argument and allow user defined path to start in #9

Closed camnw closed 4 years ago

camnw commented 4 years ago

This commit fixes invalid arguments, as before the was in quotes, negating its meaning as everything else and instead only matching if the user typed "" as a command line argument. In addition it is now checked if the unknown argument is a directory, and if so will start dmenufm in that directory instead of the current one.

huijunchen9260 commented 4 years ago

Thanks! This change allow dmenufm become more intuitive!