diff --git a/bin/yhtml b/bin/yhtml index b7914d3..117854d 100755 --- a/bin/yhtml +++ b/bin/yhtml @@ -1,7 +1,7 @@ #!/bin/bash file=${1} -title=${2:-yhtml} +title=${2:-"Mabox Linux Doc"} width=${3:-800} height=${4:-600} @@ -13,6 +13,8 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \ https) xdg-open "${line}" &;; run) ${line##*//} &;; config) geany "$HOME/${line#*//}" &;; + term) terminator -e "${line#*//}" &;; + termo) terminator -e "${line#*//};bash" &;; *) echo "No URI";; esac done