aboutsummaryrefslogtreecommitdiffstats
path: root/x11/.xsession
diff options
context:
space:
mode:
Diffstat (limited to 'x11/.xsession')
-rwxr-xr-xx11/.xsession10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/.xsession b/x11/.xsession
index 70efe31..58d40b1 100755
--- a/x11/.xsession
+++ b/x11/.xsession
@@ -8,13 +8,3 @@ xrdb -cpp m4 -merge "${HOME}/.config/X11/Xresources" \
load_machine_config ".config/X11/machines"
load_config_directory ".config/X11/Xsession.d"
-
-command -v kdeconnect-indicator \
- && (pgrep kdeconnect-indicator \
- || { kdeconnect-indicator & })
-
-command -v syncthing-gtk \
- && (pgrep syncthing-gtk \
- || { syncthing-gtk & })
-
-command -v unclutter && (pgrep unclutter || unclutter --fork)