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 --- spblue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spblue') diff --git a/spblue b/spblue index e925b5e..9017b2b 100755 --- a/spblue +++ b/spblue @@ -4,5 +4,5 @@ COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)" echo "$COUNT" if [ "${COUNT:-0}" -lt "3" ]; then - exec foot -a "$(basename $0)" bluetoothctl + exec foot -a "$(basename $0)" -w "960x540" bluetoothctl fi -- cgit v1.2.3