Jump to content

Mr Kenz

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Mr Kenz

  1. On 3/27/2022 at 10:52 AM, snoop182 said:

    Hello, nice idea for workflow, I adapted this for my use case :

    1. Chrome is a default for work
    2. Safari is my default browser for personal staff
    • When I start my work day I lunch a workflow that start several apps & now sets default browser to Chrome.
    • When my workday is done I lunch a workflow that close/forecquit all apps that I opened during the day & sets default browser to Safari

    For annoying system pop-up I found this AppleScript that automate closing this shit

     

    tell application "System Events"
    			tell application process "CoreServicesUIAgent"
    				tell window 1
    					tell (first button whose name starts with "HERE INSERT FIRST WORD OF THE POP-UP BUTTON")
    						perform action "AXPress"
    					end tell
    				end tell
    			end tell
    		end tell

     

    Maby this will help somebody

     

    Have a nice day :)

    Do you mind sharing your workflows that launches your apps at the start of your workday and vice-versa? 🙂

×
×
  • Create New...