Add explanation for drun_cleaner.py

This commit is contained in:
Ferit Yiğit BALABAN 2022-03-23 11:20:09 +03:00
parent 95088fab84
commit 4f4b23fe61
No known key found for this signature in database
GPG Key ID: BB8494BA65A90842

View File

@ -95,3 +95,7 @@ dotman is (yet) another DOTfiles MANager that ***I've*** made for ***my*** machi
dependencies: dependencies:
- python installation lol - python installation lol
- aw hell nah. [termcolor](https://pypi.org/project/termcolor) again - 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.