2
0
Fork 0
mirror of https://github.com/ch11ng/exwm.git synced 2025-04-17 08:34:03 +02:00
This commit is contained in:
Steven Allen 2017-10-13 22:45:46 +00:00 committed by GitHub
commit 1f4f46d05c

View file

@ -189,7 +189,8 @@ This value should always be overwritten.")
(when exwm-input--update-focus-timer
(cancel-timer exwm-input--update-focus-timer))
(setq exwm-input--update-focus-timer
(run-with-idle-timer exwm-input--update-focus-interval nil
(run-with-idle-timer (time-add (current-idle-time) exwm-input--update-focus-interval)
nil
#'exwm-input--update-focus
exwm-input--update-focus-window))))