Inhibit idle lock for fullscreen windows on ringtail #212

Merged
eblume merged 1 commit from feature/sway-inhibit-idle-fullscreen into main 2026-02-19 07:20:06 -08:00
Owner

Summary

  • Adds inhibit_idle fullscreen window commands to sway config on ringtail
  • Covers both Wayland-native (app_id) and XWayland (class) windows
  • Prevents swayidle from locking the screen during gamepad-only gaming sessions where controller input isn't detected by the Wayland idle tracker

Notes

This is a blanket fullscreen inhibit. A more targeted approach (daemon monitoring /dev/input gamepad events) may be desired later to allow idle lock during long-running fullscreen apps like Factorio.

Deployment and Testing

  • mise run provision-ringtail to deploy
  • Run a fullscreen app and verify swayidle doesn't lock after 15 minutes
  • Verify lock still activates when no fullscreen window is present
## Summary - Adds `inhibit_idle fullscreen` window commands to sway config on ringtail - Covers both Wayland-native (`app_id`) and XWayland (`class`) windows - Prevents swayidle from locking the screen during gamepad-only gaming sessions where controller input isn't detected by the Wayland idle tracker ## Notes This is a blanket fullscreen inhibit. A more targeted approach (daemon monitoring `/dev/input` gamepad events) may be desired later to allow idle lock during long-running fullscreen apps like Factorio. ## Deployment and Testing - [ ] `mise run provision-ringtail` to deploy - [ ] Run a fullscreen app and verify swayidle doesn't lock after 15 minutes - [ ] Verify lock still activates when no fullscreen window is present
Prevents swayidle from locking the screen during gamepad-only gaming
sessions where controller input isn't detected by the Wayland idle tracker.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit 8f89239c78 into main 2026-02-19 07:20:06 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!212
No description provided.