Implement support for Windows
This commit is contained in:
@@ -9,5 +9,5 @@ window was and calculates a session score from that.
|
||||
To use AntiDrift, run `cargo run --release` directly, or `cargo build --release`
|
||||
and copy the binary into your `PATH`.
|
||||
|
||||
Uses `xdotool` to get window titles and minimize windows. Currently Linux with
|
||||
X11 is the only supported platform.
|
||||
Under Linux, we use `xdotool` to get window titles and minimize windows. Under
|
||||
Windows, we use the package `winapi` for the same functionality.
|
||||
|
||||
Reference in New Issue
Block a user