mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
dock hide faster
This commit is contained in:
parent
21bc7c7a61
commit
75e73896ad
2 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,6 @@ applyStyle().catch(print);
|
|||
|
||||
const Windows = () => [
|
||||
// forMonitors(DesktopBackground),
|
||||
// Dock(),
|
||||
Overview(),
|
||||
forMonitors(Indicator),
|
||||
forMonitors(Cheatsheet),
|
||||
|
|
|
|||
|
|
@ -88,11 +88,11 @@ let configOptions = {
|
|||
'autoHide': [
|
||||
{
|
||||
'trigger': 'client-added',
|
||||
'interval': 1000,
|
||||
'interval': 500,
|
||||
},
|
||||
{
|
||||
'trigger': 'client-removed',
|
||||
'interval': 1000,
|
||||
'interval': 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue