From 312884f37bdd71eb6d530742d1bbc91ab66dbf60 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 2 Apr 2024 22:11:21 +0100 Subject: [PATCH] Add synchronize command --- roles/home-gui/files/xsession-freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/files/xsession-freebsd b/roles/home-gui/files/xsession-freebsd index 1b4b2e8..7523a2a 100644 --- a/roles/home-gui/files/xsession-freebsd +++ b/roles/home-gui/files/xsession-freebsd @@ -8,7 +8,7 @@ xkbcomp -w0 -I"${XDG_CONFIG_HOME:-$HOME/.config}/xkb" -R"${XDG_CONFIG_HOME:-$HOM if test -x "$(command -v onedrive)" then - pgrep -U $(id -u) onedrive || nice onedrive --synchronize & + pgrep -U $(id -u) onedrive || nice onedrive --monitor & fi exec /usr/local/bin/icewm-session