mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
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