summaryrefslogtreecommitdiff
path: root/spterm
diff options
context:
space:
mode:
Diffstat (limited to 'spterm')
-rwxr-xr-xspterm2
1 files changed, 1 insertions, 1 deletions
diff --git a/spterm b/spterm
index db8bbef..c3a2579 100755
--- a/spterm
+++ b/spterm
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)"
+ exec foot -a "$(basename $0)" -w "960x540"
fi