You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seemed like a pretty cool idea I thought of while taking a shower.
It would just be a simple automation to prevent unnecessary clicks.
Example, each session has it's "timeframe" array, of type date-range.
Session 1 - timeframe = [ Mon 08:00 - Fri 16:00 ] # If automatic restoring for this session is enabled, and the timerange fits (after Mon 08:00 and before Fri 16:00), open it, otherwise just skip it. This is only for automations, a button click should restore the session any time it is pressed.
Session 2 - timeframe = [ Mon 08:00 - Mon 16:00 , Fri 08:00 - Fri 16:00] # This session only opens only on Monday and Friday, during work hours
Session 3 - timeframe = [ every day ] # If enabled, opens every time
The text was updated successfully, but these errors were encountered:
Seemed like a pretty cool idea I thought of while taking a shower.
It would just be a simple automation to prevent unnecessary clicks.
Example, each session has it's "timeframe" array, of type date-range.
Session 1 - timeframe = [ Mon 08:00 - Fri 16:00 ] # If automatic restoring for this session is enabled, and the timerange fits (after Mon 08:00 and before Fri 16:00), open it, otherwise just skip it. This is only for automations, a button click should restore the session any time it is pressed.
Session 2 - timeframe = [ Mon 08:00 - Mon 16:00 , Fri 08:00 - Fri 16:00] # This session only opens only on Monday and Friday, during work hours
Session 3 - timeframe = [ every day ] # If enabled, opens every time
The text was updated successfully, but these errors were encountered: