diff --git a/bin/yhtml b/bin/yhtml new file mode 100755 index 0000000..664d630 --- /dev/null +++ b/bin/yhtml @@ -0,0 +1,18 @@ +#!/bin/bash + +file=${1} +title=${2:-yhtml} +width=${3:-800} +height=${4:-600} + +stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \ +--width=${width} --height=${height} \ +--no-buttons --no-escape --html --uri="${1}" --print-uri \ +| while read -r line; do + case ${line%:*} in + https) xdg-open "${line}" &;; + run) ${line##*/} &;; + config) geany "$HOME/${line#*//}" &;; + *) echo "No URI";; + esac +done diff --git a/mabox/help/Quick_tiling.html b/mabox/help/Quick_tiling.html new file mode 100644 index 0000000..507d3ee --- /dev/null +++ b/mabox/help/Quick_tiling.html @@ -0,0 +1,59 @@ + + + + + + +
+
+
+
+
+

hold Ctrl+Shift
and click
in appropriate area
of any window
+
+
+
+
+
+ + + +