From 2a2151fdf7aab8d59d2f894a2079e212fc633b92 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 29 Jun 2022 16:09:37 +0200 Subject: [PATCH] yhtml improvements --- bin/yhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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