From 37930fdf573c4834e080c4a2ea94706c5465071c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Mar 2023 13:38:22 -0500 Subject: [PATCH] use stig over tremc by default --- .local/bin/torwrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/torwrap b/.local/bin/torwrap index 8b20ad4..39f89b0 100755 --- a/.local/bin/torwrap +++ b/.local/bin/torwrap @@ -1,7 +1,7 @@ #!/bin/sh -ifinstalled tremc transmission-cli || exit +ifinstalled stig transmission-cli || exit 1 ! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." -$TERMINAL -e tremc; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}" +$TERMINAL -e stig; pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"