idle-inhibit: implement protocol

This commit is contained in:
dfangx
2022-05-11 08:14:01 -04:00
committed by GitHub
parent 90b37645cf
commit d5c915e3cb
5 changed files with 111 additions and 0 deletions

View File

@ -395,6 +395,7 @@ fn commitTransaction(self: *Self) void {
output.damage.addWhole();
}
server.input_manager.updateCursorState();
server.idle_inhibitor_manager.idleInhibitCheckActive();
}
/// Send the new output configuration to all wlr-output-manager clients