Skip to content

Instantly share code, notes, and snippets.

View EthanSK's full-sized avatar
🅱️

Ethan Sarif-Kattan EthanSK

🅱️
  • Cisco
  • London, United Kingdom
View GitHub Profile
@EthanSK
EthanSK / main.swift
Created June 1, 2024 18:51
Change macOS Pointer Size (2024+)
import Foundation
import ApplicationServices
import AppKit
let appleScript = """
tell application "System Settings"
activate
reveal anchor "AX_CURSOR_SIZE" of pane id "com.apple.Accessibility-Settings.extension"
delay 1.0