From 92d98a1a43ae9455ceee4908bb241c772afaefe1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:22:07 +0700 Subject: [PATCH] Update overview.js --- .config/ags/widgets/overview/overview.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ags/widgets/overview/overview.js b/.config/ags/widgets/overview/overview.js index e47a2c8f..7ae4fff0 100644 --- a/.config/ags/widgets/overview/overview.js +++ b/.config/ags/widgets/overview/overview.js @@ -307,10 +307,10 @@ const OverviewRow = ({ startWorkspace, workspaces, windowName = 'overview' }) => }]], setup: (box) => { box - .hook(Hyprland, (box, name, data) => { - if (["changefloatingmode", "movewindow"].includes(name)) - box._update(box); - }, 'event') + // .hook(Hyprland, (box, name, data) => { // idk, does this make it lag occasionally? + // if (["changefloatingmode", "movewindow"].includes(name)) + // box._update(box); + // }, 'event') .hook(Hyprland, (box) => box._update(box), 'client-added') .hook(Hyprland, (box) => box._update(box), 'client-removed') .hook(App, (box, name, visible) => { // Update on open