mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
updates
This commit is contained in:
parent
bc4d4c403a
commit
715eb53860
57 changed files with 7755 additions and 3 deletions
10
.config/sketchybar/plugins/recording_click.sh
Executable file
10
.config/sketchybar/plugins/recording_click.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Stop screen recording when clicked
|
||||
# This simulates the macOS menu bar behavior
|
||||
|
||||
# Try to stop screen recording via keyboard shortcut
|
||||
osascript -e 'tell application "System Events" to key code 28 using {shift down, command down}'
|
||||
|
||||
# Or try to quit QuickTime Player if it's recording
|
||||
pkill -f "QuickTime Player"
|
||||
Loading…
Reference in a new issue