Regenerated
This commit is contained in:
@@ -8,7 +8,7 @@ choice=$(echo "$clients" | cut -d'|' -f2 \
|
||||
| wofi --dmenu \
|
||||
--style ~/.config/wofi/style.css \
|
||||
--allow-images=false \
|
||||
--prompt "Active apps")
|
||||
--prompt "Active windows ...")
|
||||
|
||||
[ -z "$choice" ] && exit 0
|
||||
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
||||
|
||||
@@ -5,4 +5,4 @@ wofi --show drun \
|
||||
--no-actions \
|
||||
--allow-images=true \
|
||||
--columns 1 \
|
||||
--prompt "Apps"
|
||||
--prompt "Apps ..."
|
||||
|
||||
Reference in New Issue
Block a user