mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
Update overview.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user