only show detached clients
This commit is contained in:
parent
a17cd15b41
commit
a55d49e523
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
result="$(case "$1" in
|
result="$(case "$1" in
|
||||||
list) abduco | tail -n +2 | cut -f3 | dmenu ;;
|
list) abduco | tail -n +2 | grep -v '^\*' | cut -f3 | dmenu ;;
|
||||||
run|watch) dmenu_path | dmenu ;;
|
run|watch) dmenu_path | dmenu ;;
|
||||||
*) echo "other" ;;
|
*) echo "other" ;;
|
||||||
esac)"
|
esac)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue