Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wayland-protocols
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 42
    • Merge Requests 42
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • wayland
  • wayland-protocols
  • Merge Requests
  • !29

Open
Opened Apr 16, 2020 by Simon Ser@emersionOwner1 of 3 tasks completed1/3 tasks
  • Report abuse
Report abuse

idle-notify: new protocol

  • Overview 21
  • Commits 1
  • Pipelines 4
  • Changes 3

This patch adds a new idle-notify protocol. It allows clients to be notified when the user is idle. Use-cases include messaging applications marking the user as away and clients saving resources when there's no activity.

This protocol is based on the org_kde_kwin_idle interface already being used by KDE and wlroots compositors. The protocol has been sent to wayland-protocols in 2015 1. This version renames and clarifies the interfaces, and addresses the review comments.

Signed-off-by: Simon Ser contact@emersion.fr Closes: #8


  • Consider making the seat argument null-able, to target all seats
  • Consider adding an optional output argument for e.g. DPMS (how to tie that with input though?)
  • Consider specifying that a zero timeout is valid
Edited Apr 17, 2020 by Simon Ser
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: wayland/wayland-protocols!29
Source branch: idle-notify