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