From 1b697009994e1ca1a7ec59a0d7ac253a79c01c86 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 16 Aug 2025 05:38:04 -0500 Subject: [PATCH] Add migration for adding .config/brave-flags.conf --- migrations/1755340533.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1755340533.sh 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