idle: support ext-idle-notify-v1, drop KDE protocol
This commit is a breaking change as it drops support for the now obsolete org_kde_kwin_idle protocol.
This commit is contained in:
@ -326,7 +326,7 @@ pub fn focusOutput(self: *Self, output: *Output) void {
|
||||
}
|
||||
|
||||
pub fn handleActivity(self: Self) void {
|
||||
server.input_manager.idle.notifyActivity(self.wlr_seat);
|
||||
server.input_manager.idle_notifier.notifyActivity(self.wlr_seat);
|
||||
}
|
||||
|
||||
pub fn handleViewMap(self: *Self, view: *View) !void {
|
||||
|
Reference in New Issue
Block a user