Minor edits.

This commit is contained in:
Derek Taylor
2020-11-12 16:57:50 -06:00
parent fd04830dd1
commit 5cd8c36009
10 changed files with 360 additions and 260 deletions

View File

@@ -42,7 +42,7 @@ xresources
zsh
quit")
choice=$(echo -e "${options[@]}" | dmenu -i -p 'Edit config file: ')
choice=$(echo -e "${options[@]}" | dmenu -p 'Edit config file: ')
case "$choice" in
quit)

View File

@@ -7,7 +7,7 @@
#
# Dmenu script for launching surfaw, a command line search utility.
cmd="dmenu -i"
cmd="dmenu"
while [ -z "$engine" ]; do
engine=$(sr -elvi | gawk '{if (NR!=1) { print $1 }}' | $cmd -p "Search engine?") || exit