configuration/local/bin/abduco_run
2016-01-31 00:15:36 +01:00

6 lines
120 B
Bash
Executable File

#!/bin/bash
command="$(dmenu_path | dmenu)"
if [ ! -z "$command" ]; then
urxvtc -e abduco -A "$command" $command
fi