A script that activates the borderless Arc experience.
Video here: https://twitter.com/ifvictr/status/1711508526999498788
This enables the hide-scrim-border-enabled
feature flag in Arcβs preferences file.
Open the Terminal and run the following commands:
# Download the script and make it executable
curl -O https://raw.githubusercontent.com/ifvictr/get-borderless-arc/master/get-borderless-arc.sh
chmod +x get-borderless-arc.sh
# Run it
./get-borderless-arc.sh
These changes will be reverted when Arc is closed, due to how it caches feature flags. When that happens, run this script again to reapply them.