From 7afdacabbe2cce189e86902e896e7e771cbb9080 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 17 Nov 2017 13:09:58 +0000 Subject: [PATCH] Don't background an already forking process --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 025e32b..a830baa 100644 --- a/.profile +++ b/.profile @@ -25,8 +25,8 @@ fi # Merge system clipboards if [ -n "$DISPLAY" ] && which autocutsel &>/dev/null; then - autocutsel -fork & - autocutsel -selection PRIMARY -fork & + autocutsel -fork + autocutsel -selection PRIMARY -fork fi if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then