[hlwm] Run nextcloud with the --background parameter
This commit is contained in:
parent
4e6c70fd5e
commit
35d318648f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if hc silent new_attr bool my_not_first_autostart; then
|
||||||
redshift-gtk &
|
redshift-gtk &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
gnome-keyring-daemon --start
|
gnome-keyring-daemon --start
|
||||||
nextcloud &
|
nextcloud --background &
|
||||||
dunst &
|
dunst &
|
||||||
# /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc &
|
# /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue