Add migration for adding .config/brave-flags.conf
This commit is contained in:
parent
accc7a903e
commit
1b69700999
5
migrations/1755340533.sh
Normal file
5
migrations/1755340533.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user