dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 58268f54c3033c8d00c325689adb1cd25a8d48b9
parent 50ace6bf120a84f073c2cbb62408a34e2bba8b7a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 13 Jan 2019 08:47:24 +0100

Customize rofi in ducksearch

Diffstat:
Mlinks/bin/ducksearch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/ducksearch b/links/bin/ducksearch @@ -8,7 +8,7 @@ browser=${BROWSER:-firefox} pgrep -x dmenu_themed && exit 1 -choice=$(echo "🦆" | dmenu_themed -i -p "Search DuckDuckGo:") || exit 1 +choice=$(echo "" | rofi -dmenu -location 1 -lines 0 -i -p "Search DuckDuckGo") || exit 1 if [ "$choice" = "🦆" ]; then $browser "https://duckduckgo.com"