From 7762083bb34b29abbced9d7b81675cdf056f0f82 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 5 Sep 2023 19:22:27 -0400 Subject: [PATCH] fix(ags): stop current window from moving others --- config/ags/js/bar/current-window.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ags/js/bar/current-window.js b/config/ags/js/bar/current-window.js index 8e98da1..94e7b1d 100644 --- a/config/ags/js/bar/current-window.js +++ b/config/ags/js/bar/current-window.js @@ -6,6 +6,7 @@ const { Gtk } = imports.gi; const currentWindow = () => Label({ style: 'color: #CBA6F7; font-size: 18px', + truncate: 'end', connections: [ [Hyprland, label => { label.label = Hyprland.active.client.title;