mirror of
https://github.com/ch11ng/exwm.git
synced 2025-04-17 08:34:03 +02:00
Merge 71ecd8e366
into 3edf2e8880
This commit is contained in:
commit
1f4f46d05c
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue