[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] herbstcommander: use command line arguments for beginning of command



---
 scripts/herbstcommander.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/herbstcommander.sh b/scripts/herbstcommander.sh
index 4a93b76..2867307 100755
--- a/scripts/herbstcommander.sh
+++ b/scripts/herbstcommander.sh
@@ -16,12 +16,12 @@ config_2="$HOME/.config/herbstluftwm/herbstcommander"
 [[ -f "$config_1" ]] && source "$config_1"
 [[ -f "$config_2" ]] && source "$config_2"
 
-dmenu_cmd=${dmenu_cmd:-dmenu $ _at_ }
+dmenu_cmd=${dmenu_cmd:-dmenu -i}
 herbstclient_cmd=${herbstclient_cmd:-herbstclient}
 prompt=${prompt:-herbstluft: }
 display_reply=${display_reply:-true}
 
-cmd=()
+cmd=($@)
 forceexec=0
 
 while :; do
-- 
1.7.8.6