summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/util.py')
-rw-r--r--pywal/util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pywal/util.py b/pywal/util.py
index 55be6c2..894c049 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -113,8 +113,7 @@ def disown(cmd):
disown it and hide it's output."""
subprocess.Popen(["nohup", *cmd],
stdout=subprocess.DEVNULL,
- stderr=subprocess.DEVNULL,
- preexec_fn=os.setpgrp)
+ stderr=subprocess.DEVNULL)
def msg(input_msg, notify):