-
-
Notifications
You must be signed in to change notification settings - Fork 75
Document modules for supporting Wayland more clearly #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Game4Move78
wants to merge
6
commits into
ActivityWatch:master
Choose a base branch
from
Game4Move78:wayland-watchers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
efcf1ae
Make the install from source page easier to find
Game4Move78 48dd40c
Warn about Wayland support
Game4Move78 e0a0cee
docs: mention activitywatch-bin AUR package name explicitly
ErikBjare ff00f4b
ci: update Python to 3.12
ErikBjare 0d18382
Addressed feedback from @ErikBjare in PR #146 (ActivityWatch/docs): h…
5d5c249
Seperated Wayland Watchers into their own section
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,24 +3,30 @@ Watchers | |
|
||
Watchers are the parts of ActivityWatch that do all the data collecting. | ||
|
||
ActivityWatch comes with two watchers enabled by default: | ||
|
||
.. _window-watchers: | ||
|
||
Window watchers | ||
------------------------------------------- | ||
|
||
ActivityWatch comes with two watchers enabled by default supporting Windows, macOS and Linux (X11 only): | ||
Comment on lines
+6
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, a bit confusing to list aw-watcher-afk under this heading now (doesn't watch windows). I figured we'd keep the intro and simple nest the Wayland watchers under a Window watchers subheading (underline with |
||
|
||
- :gh-aw:`aw-watcher-afk` - Watches for mouse & keyboard activity to detect if the user is active (by default, an inactive period of at least 3 minutes is flagged as AFK: away from keyboard). | ||
- :gh-aw:`aw-watcher-window` - Watches the active window, its title, and it's url (on Chrome-based browsers & Safari). | ||
|
||
These default watchers are collecting some of the most important data. | ||
But there is more to collect, so here are some other watchers that let you do so. | ||
|
||
.. _window-watchers: | ||
.. _wayland-watchers: | ||
ErikBjare marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Window watchers | ||
--------------- | ||
Wayland watchers | ||
------------------------------------------- | ||
|
||
Watches the active window, its title, and application name. | ||
Replaces :gh-aw:`aw-watcher-window` and :gh-aw:`aw-watcher-afk` to support Wayland, see issue :issue:`92`. | ||
|
||
- :gh-aw:`aw-watcher-window` - The official window watcher for Windows, macOS, and Linux (X11 only). | ||
- :gh-aw:`aw-watcher-window-wayland` - A window watcher for Wayland, by :gh-user:`johan-bjareholt`. | ||
- :gh:`2e3s/awatcher` - A compiled watcher for X11 and Wayland to replace default window and AFK watchers, by :gh-user:`2e3s`. | ||
- :gh-aw:`aw-watcher-window-wayland` - A window and idle watcher for Wayland, by :gh-user:`johan-bjareholt`, supports Posh, Sway. | ||
- :gh:`2e3s/awatcher` - A compiled window and idle watcher for X11 and Wayland to replace default window and AFK watchers, | ||
by :gh-user:`2e3s`, supports Sway, Hyprland, KDE, GNOME, and X11. | ||
|
||
Browser watchers | ||
---------------- | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice