make client-moved event trigger workspaces update

This commit is contained in:
gnat 2024-11-17 22:05:17 -08:00
parent fd3d5a4844
commit a263107565

View File

@ -27,6 +27,7 @@ local function workspace_row(start, stop)
end
end
self:hook(hypr, 'client-moved', update)
self:hook(hypr, 'notify::clients', update)
self:hook(hypr, 'notify::workspaces', update)