summaryrefslogtreecommitdiff
path: root/common/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'common/.xinitrc')
-rw-r--r--common/.xinitrc3
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 &