(config) ags: remove client title

This commit is contained in:
Sakooooo 2024-10-16 08:44:21 +04:00
parent c1acf539ec
commit 26054842a5
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -201,7 +201,7 @@ function Left() {
spacing: 8, spacing: 8,
children: [ children: [
Workspaces(), Workspaces(),
ClientTitle(), // ClientTitle(),
], ],
}) })
} }