Fix selector* scripts.
This commit is contained in:
parent
ca478204ce
commit
9d740b93f9
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue