forked from Shinonome/dots-hyprland
dock hide faster
This commit is contained in:
@@ -46,7 +46,6 @@ applyStyle().catch(print);
|
|||||||
|
|
||||||
const Windows = () => [
|
const Windows = () => [
|
||||||
// forMonitors(DesktopBackground),
|
// forMonitors(DesktopBackground),
|
||||||
// Dock(),
|
|
||||||
Overview(),
|
Overview(),
|
||||||
forMonitors(Indicator),
|
forMonitors(Indicator),
|
||||||
forMonitors(Cheatsheet),
|
forMonitors(Cheatsheet),
|
||||||
|
|||||||
@@ -88,11 +88,11 @@ let configOptions = {
|
|||||||
'autoHide': [
|
'autoHide': [
|
||||||
{
|
{
|
||||||
'trigger': 'client-added',
|
'trigger': 'client-added',
|
||||||
'interval': 1000,
|
'interval': 500,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'trigger': 'client-removed',
|
'trigger': 'client-removed',
|
||||||
'interval': 1000,
|
'interval': 500,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user