stretchly icon indicating copy to clipboard operation
stretchly copied to clipboard

[Feature request]: Windows **Focus Time** feature integration

Open xperiandri opened this issue 3 years ago • 2 comments

Version

  • [X] I'm using version 1.11.0

Existing requests

  • [X] I've checked Existing requests

What operating system are you using?

Windows

Operating System Version

Windows 11 22H2

Problem description

There is a new feature in Windows 11 22H2 that starts a focus time and disables notifications image

Possible solution

I suppose that it can be queried from the system if the user enabled a "Focus mode" and adjust time breaks to it:

  • Start a long break timer for from that event

Alternative solutions

A clear and concise description of what you want to happen.

Additional information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

xperiandri avatar Sep 20 '22 18:09 xperiandri

Hi, do you mean to "Pause breaks when Focus mode is active"? I don't have a windows machine to test, but I am using a library https://github.com/bitdisaster/windows-focus-assist to have this behavior. Not sure if it works with Windows 11

hovancik avatar Sep 30 '22 13:09 hovancik

"Pause break when Focus mode is active" works on Windows 11. What this feature probably wanted was calling breaks from windows, so that windows would control showing breaks , not JS. This seems like not really needed feature, coz it could be obtained with configs. Only real application would be for users who really use this focus mode and normal mode and want all in one app.

senpl avatar Dec 20 '22 12:12 senpl