From af3fc076ad07504ba6424c7c3d140156a47cfb59 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 20 Apr 2023 14:59:03 -0500 Subject: set foot geometry in scratchpads --- sphtop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphtop') diff --git a/sphtop b/sphtop index c73582b..7b37751 100755 --- a/sphtop +++ b/sphtop @@ -3,5 +3,5 @@ COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)" if [ "${COUNT:-0}" -lt "3" ]; then - exec foot -a "$(basename $0)" htop + exec foot -a "$(basename $0)" -w "960x540" htop fi -- cgit v1.2.3