Fix selector* scripts.

This commit is contained in:
Bartek Stalewski 2023-08-08 23:09:16 +02:00
parent ca478204ce
commit 9d740b93f9
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | wofi -G -dmenu -i -p "select character to copy" | sed "s/ .*//")
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | wofi -G --dmenu -i -p "select character to copy" | sed "s/ .*//")
[ -z "$chosen" ] && exit
if [ -n "$1" ]; then