Reputation: 1508
I use ubuntu with LXDE and I wonder if I could add some extra buttons to the standard set of minimize, maximize, close. Is it possible? Shall I dig in X11 sources or of smth else?
Upvotes: 0
Views: 1464
Reputation: 4180
Window titlebars, borders, and other decorations are created by the window manager in X11, not the X server or libraries, so you'd need to look at the LXDE window manager sources for that.
Upvotes: 1
Reputation: 25456
X11 does not know anything about window manager. Most probably your question is WM-specific, but you can try to look at ICCCM for generic solution
Upvotes: 1