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