dock hide faster

This commit is contained in:
end-4 2024-04-18 19:17:47 +07:00
parent 21bc7c7a61
commit 75e73896ad
2 changed files with 2 additions and 3 deletions

View file

@ -46,7 +46,6 @@ applyStyle().catch(print);
const Windows = () => [
// forMonitors(DesktopBackground),
// Dock(),
Overview(),
forMonitors(Indicator),
forMonitors(Cheatsheet),

View file

@ -88,11 +88,11 @@ let configOptions = {
'autoHide': [
{
'trigger': 'client-added',
'interval': 1000,
'interval': 500,
},
{
'trigger': 'client-removed',
'interval': 1000,
'interval': 500,
},
],
},