focus
Share across devices
Section titled “Share across devices”System Settings > Focus > Share across devices
Option Module: home-manager
Option Path: applications.systemSettings.focus.shareAcrossDevices
Option Value Description: null or boolean or value "unset" (singular enum)
false:
/usr/bin/defaults write ~/Library/Preferences/com.apple.donotdisturbd disableCloudSync -bool "true" 2>/dev/null || truetrue:
/usr/bin/defaults write ~/Library/Preferences/com.apple.donotdisturbd disableCloudSync -bool "false" 2>/dev/null || trueunset:
/usr/bin/defaults delete ~/Library/Preferences/com.apple.donotdisturbd disableCloudSync 2>/dev/null || true