diff --git a/migrations/1755340533.sh b/migrations/1755340533.sh new file mode 100644 index 00000000..b94ec59c --- /dev/null +++ b/migrations/1755340533.sh @@ -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