diff options
| -rwxr-xr-x | ar/.local/bin/torwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/torwrap b/ar/.local/bin/torwrap index 3d32cc5..54f5c0e 100755 --- a/ar/.local/bin/torwrap +++ b/ar/.local/bin/torwrap @@ -4,5 +4,5 @@ ifinstalled stig transmission-cli || exit 1 ! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." -$TERMINAL -e stig +"${TERMINAL:-st}" -n stig -e stig pkill -RTMIN+22 "${STATUSBAR:-dwmblocks}" |
