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)"
|
if test -x "$(command -v onedrive)"
|
||||||
then
|
then
|
||||||
pgrep -U $(id -u) onedrive || nice onedrive --synchronize &
|
pgrep -U $(id -u) onedrive || nice onedrive --monitor &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec /usr/local/bin/icewm-session
|
exec /usr/local/bin/icewm-session
|
||||||
|
|
Loading…
Reference in a new issue