dustinrue / ControlPlane

ControlPlane - context-sensitive computing for OS X
http://www.controlplaneapp.com
BSD 3-Clause "New" or "Revised" License
1.75k stars 180 forks source link

Question: How to create two mutually exclusive contexts? #511

Open anohren opened 4 years ago

anohren commented 4 years ago

I have two contexts, "daytime" and "nighttime". Nighttime's active state is controlled by the system clock.

It's easy to express that daytime is active with 100% confidence whenever nighttime is not active. But how do I express that daytime is not active with 100% confidence when nighttime is active? Without it I'll eventually end up with both contexts active.

I have other contexts as well so it's not a solution to disable multiple active contexts.