From 45e1e7c89f80f2a34fa0ebe4f8af413d160759bd Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:26:38 -0500 Subject: Stop using Transmission for torrents --- common/.xinitrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/.xinitrc') diff --git a/common/.xinitrc b/common/.xinitrc index 8e0af9c..04ec5a6 100644 --- a/common/.xinitrc +++ b/common/.xinitrc @@ -6,9 +6,6 @@ xsettingsd & xset s 3600 [ ! "$IS_UNDERPOWERED" = 1 ] && picom --config ~/.picom.conf & unclutter -root -idle 5 & -(pidof transmission-daemon >/dev/null || \ - (which transmission-daemon 2>&1 >/dev/null &&\ - transmission-daemon)) & [ "$IS_MAIN" = 1 ] && x11vnc -display :0 -forever & xsetroot -cursor_name left_ptr autocutsel & -- cgit v1.2.3