Add migration for adding .config/brave-flags.conf

This commit is contained in:
David Heinemeier Hansson 2025-08-16 05:38:04 -05:00
parent accc7a903e
commit 1b69700999

5
migrations/1755340533.sh Normal file
View File

@ -0,0 +1,5 @@
echo "Add .config/brave-flags.conf by default to ensure Brave runs under Wayland"
if [[ ! -f ~/.config/brave-flags.conf ]]; then
cp $OMARCHY_PATH/config/brave-flags.conf ~/.config/
fi