diff --git a/README.md b/README.md index 31a350b..7dc0ff3 100755 --- a/README.md +++ b/README.md @@ -94,4 +94,8 @@ dotman is (yet) another DOTfiles MANager that ***I've*** made for ***my*** machi dependencies: - python installation lol - - aw hell nah. [termcolor](https://pypi.org/project/termcolor) again \ No newline at end of file + - aw hell nah. [termcolor](https://pypi.org/project/termcolor) again + +## drun_cleaner.py + +drun_cleaner is a necessary tool to make selected desktop entries hidden. it uses a hardcoded list to get which files you want to be hidden, then searchs for those files in certain locations like "/usr/share/applications" and "$HOME/.local/share/applications". a file, when found, will get appended with 'NoDisplay=true' which removes that entry from run, drun, or any app launcher's menu.