fix(ags): stop current window from moving others

This commit is contained in:
matt1432 2023-09-05 19:22:27 -04:00
parent ce236f8750
commit 7762083bb3

View file

@ -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;