From 5ceff37afe7cd6bb4f17e822f9ff56b38d7c6f1d Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 22 Nov 2021 20:02:19 +0100 Subject: [PATCH] Start nextcloud in background --- .xsessionrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xsessionrc b/.xsessionrc index 22aba95..eb0ddac 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -21,7 +21,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then fi if command -v nextcloud &> /dev/null ; then - nextcloud & + nextcloud --background & fi if command -v signal-desktop &> /dev/null ; then