don't call abduco to avoid client flashes
This commit is contained in:
parent
a38bbfaad0
commit
69ad2ef083
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
result="$(case "$1" in
|
result="$(case "$1" in
|
||||||
list) abduco | tail -n +2 | grep -v '^\*' | cut -f3 | dmenu ;;
|
list) find ~/.abduco -not -executable -type s -exec basename \{\} \; | cut -d@ -f1 | dmenu ;;
|
||||||
run|watch) dmenu_path | dmenu ;;
|
run|watch) dmenu_path | dmenu ;;
|
||||||
*) echo "other" ;;
|
*) echo "other" ;;
|
||||||
esac)"
|
esac)"
|
||||||
|
Loading…
Reference in New Issue
Block a user