We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8fbc3 commit 68852dcCopy full SHA for 68852dc
main.c
@@ -623,7 +623,7 @@ static void enable_timeouts(void) {
623
state.timeouts_enabled = true;
624
struct swayidle_timeout_cmd *cmd;
625
wl_list_for_each(cmd, &state.timeout_cmds, link) {
626
- if (cmd->idle_timer == NULL || !cmd->resume_pending) {
+ if ((cmd->idle_notification == NULL && cmd->kde_idle_timer == NULL) || !cmd->resume_pending) {
627
register_timeout(cmd, cmd->timeout);
628
}
629
0 commit comments