This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
evolution-packages/srcpkgs/evolution-desktop/files/bin/Wayfire

22 lines
395 B
Plaintext
Raw Normal View History

2023-08-05 21:19:04 +01:00
if [[ -x ~/.config ]]; then
:
else
mkdir ~/.config
fi
if [[ -x ~/.config/wayfire.ini ]]; then
:
else
cp /usr/share/wayfire/wayfire.ini ~/.config/wayfire.ini
fi
if [[ -x ~/.config/wf-shell.ini ]]; then
:
else
cp /usr/share/wayfire/wf-shell.ini ~/.config/wf-shell.ini
fi
if [[ -x ~/.config/dconf ]]; then
:
else
cp -r /usr/share/wayfire/dconf ~/.config/
fi
bash /bin/startsession