From d5c38c2c4f1c5c944c3aa0411cf10f3b616db72e Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 21 Jun 2023 00:55:52 +0200 Subject: [PATCH] autostart uses setsid --- .config/X11/xsession.d/80autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/X11/xsession.d/80autostart b/.config/X11/xsession.d/80autostart index d3a6bdcc..347aad20 100755 --- a/.config/X11/xsession.d/80autostart +++ b/.config/X11/xsession.d/80autostart @@ -1,7 +1,7 @@ #!/bin/sh start() { - pidof -sx $1 || $@ & + pidof -sx $1 || setsid $@ } xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" & @@ -17,4 +17,4 @@ start unclutter -noevents start dunst start dwmblocks start remapd -start syncthing +start syncthing --no-browser