mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 14:56:16 +00:00
6 lines
102 B
AppleScript
6 lines
102 B
AppleScript
tell application "System Events"
|
|
tell dock preferences
|
|
set screen edge to right
|
|
end tell
|
|
end tell
|