[REQUEST] Quick Turn Off/On Switch

Hi,

I wish you could restore the quick turn off/on switch in the new pop-up menu.

Thanks!

1 Like

It’s now called “Appear automatically” – but does exactly the same thing! Checked = ON, unchecked = OFF.

If you use Alfred, i had created a workflow which can help you quickly toggle the app without opening the app. You can even turn if off for X mins. PopClip Alfred Workflow

If you don’t use Alfred, you can easily create an Automator or Apple Shortcuts automation with this AppleScript

tell application "PopClip" to set enabled to not enabled -- toggle
1 Like