abduco - allow complex commands
This commit is contained in:
parent
10f2fb6d2e
commit
9ebf085359
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
dmenu_path | dmenu | xargs --replace={} urxvtc -e abduco -A {} {}
|
||||
command="$(dmenu_path | dmenu)"
|
||||
urxvtc -e abduco -A "$command" $command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue