diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:26:38 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:26:38 -0500 |
commit | 45e1e7c89f80f2a34fa0ebe4f8af413d160759bd (patch) | |
tree | 6da6b9dba8438a224111b71a26fde0a3525a81c8 /common/.xinitrc | |
parent | e345bc3ba5e5a1e187240770e26cd7bc260e05ec (diff) | |
download | dotfiles-45e1e7c89f80f2a34fa0ebe4f8af413d160759bd.tar.gz dotfiles-45e1e7c89f80f2a34fa0ebe4f8af413d160759bd.zip |
Stop using Transmission for torrents
Diffstat (limited to 'common/.xinitrc')
-rw-r--r-- | common/.xinitrc | 3 |
1 files changed, 0 insertions, 3 deletions
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 & |