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 +- sphtop | 2 +- spirss | 2 +- spmutt | 2 +- spncmp | 2 +- sppmxr | 2 +- spprof | 2 +- spterm | 2 +- sptodo | 2 +- sptrmc | 2 +- 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 -- cgit v1.2.3