mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update overview.js
This commit is contained in:
parent
c7c9225fb2
commit
92d98a1a43
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue