diff options
author | Aylur <[email protected]> | 2024-11-24 22:30:21 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-24 22:30:21 +0000 |
commit | 3d9c50cb8ade0319c33fbd2daefeaaa698141256 (patch) | |
tree | 902142be86784d0a0c981ba74e18a6f6edf8c820 /lib | |
parent | ac304ef346be220dd5c5d3c818c8151bdb78d730 (diff) |
fix(hyprland): update title
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hyprland/hyprland.vala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala index 803380d..9825a91 100644 --- a/lib/hyprland/hyprland.vala +++ b/lib/hyprland/hyprland.vala @@ -433,9 +433,8 @@ public class Hyprland : Object { minimize(get_client(argv[0]), argv[1] == "0"); break; - // nothing to update - case "windowtitle": case "windowtitlev2": + yield sync_clients(); break; // TODO: |