mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user