Start OneDrive client
This commit is contained in:
parent
356ae287e9
commit
716b141a22
1 changed files with 6 additions and 0 deletions
|
@ -5,4 +5,10 @@ xsetroot -solid '#101010'
|
|||
backlight 10
|
||||
mixer vol.mute=1
|
||||
xkbcomp -w0 -I"${XDG_CONFIG_HOME:-$HOME/.config}/xkb" -R"${XDG_CONFIG_HOME:-$HOME/.config}/xkb" keymap/acp $DISPLAY
|
||||
|
||||
if test -x "$(command -v onedrive)"
|
||||
then
|
||||
pgrep -U $(id -u) onedrive || nice onedrive --synchronize &
|
||||
fi
|
||||
|
||||
exec /usr/local/bin/icewm-session
|
||||
|
|
Loading…
Reference in a new issue