A Day Working from the M4 MacBook Air

🔗 A Day Working from the M4 MacBook Air

Sponsorship: Bitrix24 is an ultimate workspace to manage tasks, collaborate with your team and stay productive. Learn more and register free at https://www.bitrix24.com/~GEA6V

#Mac #MacBookAir #macapps

Let’s talk about the NEW M4 MacBook Air and my workflow with it.

As an Amazon Associate Christopher Lawley earns revenue from using Amazon links on this channel. Other links maybe affiliate links as well.

Check out all my work here: https://chrislawley.me

Wallpaper Pack:

Video Recommendations:

Hardware:

Apps:

Apple Script for Startup:

**tell** _application_ "System Events"

-- Check if Mission Control is enabled (Spaces are available)

**if** **not** (**exists** _process_ "Dock") **then**

**display dialog** "Dock process not found. Spaces functionality might be unavailable." buttons {"OK"} default button 1

**return**

**end** **if**

**end** **tell**

  

-- Space 1: Mail, Safari, Reminders, Calendar

**tell** _application_ "Mail" **to** **activate**

**tell** _application_ "Safari" **to** **activate**

**tell** _application_ "Reminders" **to** **activate**

**tell** _application_ "Calendar" **to** **activate**

  

  

-- Switch to Space 2

**tell** _application_ "System Events"

**key code** 124 using _control down_ -- Control + Right Arrow (Move to next space)

**delay** 0.5 -- Allow time for space switch

**end** **tell**

  

-- Space 2: Obsidian, Safari (new window)

**tell** _application_ "Obsidian" **to** **activate**

**tell** _application_ "Safari"

**make** new _document_ -- Open a new Safari window

**activate**

**end** **tell**

  

-- Switch to Space 3

**tell** _application_ "System Events"

**key code** 124 using _control down_ -- Control + Right Arrow (Move to next space)

**delay** 0.5 -- Allow time for space switch

**end** **tell**

  

-- Space 3: Messages, Bluesky, Ivory, Discord

**tell** _application_ "Messages" **to** **activate**

**try**

**tell** _application_ "Bluesky" **to** **activate**

**on** **error**

**display dialog** "Bluesky is not installed or could not be opened." buttons {"OK"} default button 1

**end** **try**

**try**

**tell** _application_ "Ivory" **to** **activate**

**on** **error**

**display dialog** "Ivory is not installed or could not be opened." buttons {"OK"} default button 1

**end** **try**

**tell** _application_ "Discord" **to** **activate**

**tell** _application_ "Lire" **to** **activate**

**tell** _application_ "Raindrop.io" **to** **activate**

Affiliate Hardware I Use:

Chapters

Intro 00:00 Startup 00:24 Reading and research 02:55 AD: Bitrix24 03:41 Writing 05:32 Meetings 07:14 Video Editing 08:30 Photo Work 09:43 End of Day 10:27 Wrap Up 10:55


Date
March 27, 2025