From 71515de3515f2caac72111b45a0aa002fc833954 Mon Sep 17 00:00:00 2001 From: root_sti Date: Tue, 17 Sep 2024 01:54:16 -0300 Subject: [PATCH] half window make function. --- wms_usher.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wms_usher.sh b/wms_usher.sh index 93abf2f..a2e18d6 100755 --- a/wms_usher.sh +++ b/wms_usher.sh @@ -36,6 +36,7 @@ north() { y=0 w=$SW h=$((SH / 2 - BW)) + wtp $x $y $w $h $FW } # half south value @@ -44,6 +45,7 @@ south() { y=$((SH / 2 + BW)) w=$SW h=$((SH / 2 - BW)) + wtp $x $y $w $h $FW } # half est value @@ -52,6 +54,7 @@ est() { y=0 w=$((SW / 2 - BW)) h=$SH + wtp $x $y $w $h $FW } # half west value @@ -60,6 +63,7 @@ west() { y=0 w=$((SW / 2 - BW)) h=$SH + wtp $x $y $w $h $FW } # centered function. @@ -108,19 +112,15 @@ case $FLAG in ;; -n) north - wtp $x $y $w $h $FW ;; -s) south - wtp $x $y $w $h $FW ;; -e) est - wtp $x $y $w $h $FW ;; -o) west - wtp $x $y $w $h $FW ;; -r) # rigth wmv 10 0 $FW