From 8535dda57b2e10fab18b39b07a6427036af52107 Mon Sep 17 00:00:00 2001 From: narstybits Date: Thu, 25 May 2023 23:04:03 -0500 Subject: [PATCH] Added Window Organizer.txt --- Goodusb/WIndow Organizer.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Goodusb/WIndow Organizer.txt diff --git a/Goodusb/WIndow Organizer.txt b/Goodusb/WIndow Organizer.txt new file mode 100644 index 0000000..8a3200a --- /dev/null +++ b/Goodusb/WIndow Organizer.txt @@ -0,0 +1,27 @@ +REM Ducky Script to resize and arrange windows on macOS + +REM Author: Narsty +REM Title: Window Organizer +REM Target: MacOS +REM Version: 1.0 +REM Category: Utility + +ID 05ac:021e Apple:Keyboard +DELAY 2000 +GUI SPACE +DELAY 500 +STRING Terminal +DELAY 500 +ENTER +DELAY 1000 +STRING osascript -e 'tell application "Terminal" to set bounds of window 1 to {0, 0, 600, 400}' +ENTER +DELAY 1000 +STRING osascript -e 'tell application "Google Chrome" to set bounds of window 1 to {600, 0, 1200, 400}' +ENTER +DELAY 1000 +STRING osascript -e 'tell application "Finder" to set bounds of window 1 to {0, 400, 600, 800}' +ENTER +DELAY 1000 +STRING osascript -e 'tell application "TextEdit" to set bounds of window 1 to {600, 400, 1200, 800}' +ENTER