blob: 78f40b35edf5fcf644738505be4a7b17e5664f55 (
plain)
1
2
3
4
5
|
#!/bin/sh
echo -e "\nPlease copy the default config file from /usr/share/wayfire/wayfire.ini.default"
echo -e "to ~/.config/wayfire.ini\n"
echo -e "You can install wcm package to config Wayfire.\n"
|