From 8eed440432186a1712ba145ee4bb4ef7e010b037 Mon Sep 17 00:00:00 2001 From: noctuid Date: Sun, 30 Aug 2015 13:42:26 -0400 Subject: [PATCH] Add missing sleep flags to getopts --- tdrop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrop b/tdrop index e514598..7034ea5 100755 --- a/tdrop +++ b/tdrop @@ -66,7 +66,7 @@ cancel_auto_show=true term=${*:0-1} auto_detect_wm=false multiple_monitors=false -while getopts :h:w:x:y:s:n:p:P:M:O:d:-:Wam opt +while getopts :h:w:x:y:s:n:p:P:M:O:d:z:Z:-:Wam opt do case $opt in h) height=$OPTARG;;