forked from Shinonome/dots-hyprland
disable active client signal
This commit is contained in:
@@ -296,9 +296,9 @@ export default (monitor = 0) => {
|
|||||||
transitionDuration: userOptions.animations.durationLarge,
|
transitionDuration: userOptions.animations.durationLarge,
|
||||||
child: dockContent,
|
child: dockContent,
|
||||||
setup: (self) => self
|
setup: (self) => self
|
||||||
.hook(Hyprland, (self) => self.attribute.updateShow(self))
|
// .hook(Hyprland, (self) => self.attribute.updateShow(self))
|
||||||
.hook(Hyprland.active.workspace, (self) => self.attribute.updateShow(self))
|
.hook(Hyprland.active.workspace, (self) => self.attribute.updateShow(self))
|
||||||
.hook(Hyprland.active.client, (self) => self.attribute.updateShow(self))
|
// .hook(Hyprland.active.client, (self) => self.attribute.updateShow(self))
|
||||||
.hook(Hyprland, (self) => self.attribute.updateShow(self), 'client-added')
|
.hook(Hyprland, (self) => self.attribute.updateShow(self), 'client-added')
|
||||||
.hook(Hyprland, (self) => self.attribute.updateShow(self), 'client-removed')
|
.hook(Hyprland, (self) => self.attribute.updateShow(self), 'client-removed')
|
||||||
,
|
,
|
||||||
|
|||||||
Reference in New Issue
Block a user