From 4f4b23fe613f83fc61a4de8ee3f25939c9dc5b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Wed, 23 Mar 2022 11:20:09 +0300 Subject: [PATCH] Add explanation for drun_cleaner.py --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.