From 35d318648fd8cde2abc42a695d507daf0d328051 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:20:51 +0200 Subject: [PATCH] [hlwm] Run nextcloud with the --background parameter --- herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 0fa5236..f3e66c8 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -22,7 +22,7 @@ if hc silent new_attr bool my_not_first_autostart; then redshift-gtk & nm-applet & gnome-keyring-daemon --start - nextcloud & + nextcloud --background & dunst & # /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc & fi