#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates -int 0
mv -f 'Disable Beam Sync.command' 'Disable Beam Sync (Active).command'
mv -f 'Enable Beam Sync (Active).command' 'Enable Beam Sync.command'
clear
echo
echo 'Beam Sync disabled! Please reboot now!'
sleep 3
killall Terminal
