#How to move window button to far left? (KDE Plasma 6)
14 messages Β· Page 1 of 1 (latest)
How to move window button to far left? (KDE Plasma 6)
Having this issue too on GNOME unfortunately
https://github.com/zen-browser/desktop/issues/1836
There's a now closed github issue about it
yeah firefox based browser follow gnome csd
What's csd
client side decoration, for kde case, they set csd to gtk app too when the exit button on the left
maybe it's hard to patch this
if (gtk.csd.something="left") {
move(titlebar.buttonbox.container) to(zen.sidebar.top);
}
just a basic pseudo code
only able to do this in browser toolbox, the layout will be gone after browser is closed
Ooo how'd you do that
I've already create a PR https://github.com/zen-browser/desktop/pull/3042 for this