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
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Inhibit swayidle lock screen when a fullscreen window is active on ringtail, preventing screen lock during gamepad-only gaming sessions.

View file

@ -213,6 +213,10 @@ in
window = {
border = 2;
titlebar = false;
commands = [
{ command = "inhibit_idle fullscreen"; criteria = { class = ".*"; }; }
{ command = "inhibit_idle fullscreen"; criteria = { app_id = ".*"; }; }
];
};
colors = {
focused = {