Moved some raycast scripts to standard scripts

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-17 07:38:45 +01:00
parent bf9d4c5089
commit 55991c13cb
3 changed files with 35 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/osascript
tell application "BetterTouchTool"
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Open)
trigger_action "{ BTTPredefinedActionType: 289}" -- Clear notifications
end tell
delay 1
tell application "BetterTouchTool"
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Close)
end tell