autostart uses setsid
This commit is contained in:
parent
99b5f87ef8
commit
d5c38c2c4f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue