bar: fix workspace module
This commit is contained in:
parent
2c47d839db
commit
46b8626f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ const Workspace = ({ idx }: { idx: number }) => {
|
|||
};
|
||||
|
||||
self.hook(config.modules.workspaces.shown, updateWs);
|
||||
self.hook(hyprland, "notify::focused-workspace", () => updateWs);
|
||||
self.hook(hyprland, "notify::focused-workspace", updateWs);
|
||||
self.hook(hyprland, "client-added", update);
|
||||
self.hook(hyprland, "client-moved", update);
|
||||
self.hook(hyprland, "client-removed", update);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue