summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-20 14:59:03 -0500
committerzachir <zachir@librem.one>2023-04-20 14:59:03 -0500
commitaf3fc076ad07504ba6424c7c3d140156a47cfb59 (patch)
tree73d6385642cbb4ffb19ba65ebd3dcc5635438f5e
parent05a7db83bed77fc1d9a39b901123a9409bf726df (diff)
set foot geometry in scratchpads
-rwxr-xr-xspblue2
-rwxr-xr-xsphtop2
-rwxr-xr-xspirss2
-rwxr-xr-xspmutt2
-rwxr-xr-xspncmp2
-rwxr-xr-xsppmxr2
-rwxr-xr-xspprof2
-rwxr-xr-xspterm2
-rwxr-xr-xsptodo2
-rwxr-xr-xsptrmc2
10 files changed, 10 insertions, 10 deletions
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
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
diff --git a/spirss b/spirss
index 38e1653..b75c28d 100755
--- a/spirss
+++ b/spirss
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)" irssi
+ exec foot -a "$(basename $0)" -w "960x540" irssi
fi
diff --git a/spmutt b/spmutt
index 0297598..90988e2 100755
--- a/spmutt
+++ b/spmutt
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)" neomutt
+ exec foot -a "$(basename $0)" -w "960x540" neomutt
fi
diff --git a/spncmp b/spncmp
index aa7ccdb..9948e6f 100755
--- a/spncmp
+++ b/spncmp
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)" ncmpcpp
+ exec foot -a "$(basename $0)" -w "960x540" ncmpcpp
fi
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
diff --git a/spprof b/spprof
index 2adb41b..a564543 100755
--- a/spprof
+++ b/spprof
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)" profanity
+ exec foot -a "$(basename $0)" -w "960x540" profanity
fi
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
diff --git a/sptodo b/sptodo
index 51f23aa..20e0832 100755
--- a/sptodo
+++ b/sptodo
@@ -3,5 +3,5 @@
COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"
if [ "${COUNT:-0}" -lt "3" ]; then
- exec foot -a "$(basename $0)" todo
+ exec foot -a "$(basename $0)" -w "960x540" todo
fi
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