summaryrefslogtreecommitdiff
path: root/sptrmc
blob: cf0e93dc77c8ebae320c997bf568ea1d513f49b4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

COUNT="$(pgrep -U "$(whoami)" -f "$(basename $0)" | wc -l)"

if [ "${COUNT:-0}" -lt "3" ]; then
  exec foot -a "$(basename $0)" -w "960x540" tremc
fi