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:
parent
8e1299ca5b
commit
7afdacabbe
4
.profile
4
.profile
@ -25,8 +25,8 @@ fi
|
|||||||
|
|
||||||
# Merge system clipboards
|
# Merge system clipboards
|
||||||
if [ -n "$DISPLAY" ] && which autocutsel &>/dev/null; then
|
if [ -n "$DISPLAY" ] && which autocutsel &>/dev/null; then
|
||||||
autocutsel -fork &
|
autocutsel -fork
|
||||||
autocutsel -selection PRIMARY -fork &
|
autocutsel -selection PRIMARY -fork
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user