timeouts are all in millisecond
This commit is contained in:
parent
aafa246e2f
commit
c5b156ef78
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ extern gboolean config_focus_follow;
|
|||
extern gboolean config_focus_last;
|
||||
/*! Focus the last focused window as a fallback when switching desktops */
|
||||
extern gboolean config_focus_last_on_desktop;
|
||||
/*! Timeout for focusing windows on focus follows mouse, in microseconds */
|
||||
/*! Timeout for focusing windows on focus follows mouse, in milliseconds */
|
||||
extern guint config_focus_delay;
|
||||
|
||||
/*! When true windows' contents are refreshed while they are resized; otherwise
|
||||
|
|
Loading…
Reference in a new issue