Add synchronize command
This commit is contained in:
parent
716b141a22
commit
312884f37b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue