From 5ff49694b97bb300b0b3ce33d1fe9acf35f6aeef Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 30 Mar 2024 05:17:22 +0300 Subject: [PATCH] Dmenu : Add an empty element first. --- module/common/bash/module/Dmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/module/common/bash/module/Dmenu.sh b/module/common/bash/module/Dmenu.sh index bb37cdd..b9770d7 100644 --- a/module/common/bash/module/Dmenu.sh +++ b/module/common/bash/module/Dmenu.sh @@ -1,5 +1,6 @@ # Wrapped dmenu_path to include my functions. function _dmenu_path_wrapped() { + echo dmenu_path find_function | grep -v ^_ }