Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/track-focus
Track which app is currently taking focus
https://github.com/fluffynuts/track-focus
Last synced: 19 days ago
JSON representation
Track which app is currently taking focus
- Host: GitHub
- URL: https://github.com/fluffynuts/track-focus
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2023-07-13T07:55:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-13T07:56:29.000Z (over 1 year ago)
- Last Synced: 2024-11-17T05:59:09.850Z (2 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
track-focus
---A small commandline app to track what app currently has focus (win32).
I needed this when something kept stealing focus every 10-20s and I
couldn't figure out what it was - turns out it was a subprocess from
Docker Desktop (mstsc) and restarting Docker Desktop fixes it, but I
was getting this frequently enough that was getting really annoying.