1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Don't background an already forking process

This commit is contained in:
Joe Groocock 2017-11-17 13:09:58 +00:00
parent 8e1299ca5b
commit 7afdacabbe
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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