Skip to content
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

Implement Cursor Hiding While Typing & Cursor Inactive Timeout (#284) #709

Merged
merged 4 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Show hidden pointer on mouse press

    Feels like this should be the case.
    YaLTeR committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9d298e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a0e97 View commit details
    Browse the repository at this point in the history
  3. Rework pointer inactivity hide as a timer

    The previous way was prone to triggering late due to compositor idling
    and therefore never calling the check function.
    YaLTeR committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    db193c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8895f65 View commit details
    Browse the repository at this point in the history