xdnd: Lower window activation timeout
The current one is perceived as too high by users, so try a shorter timeout. https://bugzilla.gnome.org/show_bug.cgi?id=700150
This commit is contained in:
parent
5a2269c6c6
commit
5c78908a5f
@ -29,7 +29,7 @@ const ANIMATION_TIME = 0.25;
|
||||
// and don't want the shading animation to get cut off
|
||||
const SHADE_ANIMATION_TIME = .20;
|
||||
|
||||
const DND_WINDOW_SWITCH_TIMEOUT = 1250;
|
||||
const DND_WINDOW_SWITCH_TIMEOUT = 750;
|
||||
|
||||
const OVERVIEW_ACTIVATION_TIMEOUT = 0.5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user