On Sunday 28 January 2001 02:17, 3Di wrote:
> Hi I hope I don't get a RTFM for this, but is there a way in BB to
> change the
> position of the buttons on the titlebar, or remove specific ones all
> together?
> Personally, I have no buttons except the Close button, and it's all the
> way to the left. I've done this with a weak hack in Window.cc, and it
> seems to work. I'm just curious if there was a way to configure this in
> the rc file or anything.
>
> Great WM btw!!
Only way is to modify the code. If you are interested, look in
src/Window.cc. The buttons go by the following names in the code:
iconify_button, maximize_button and close_button. The buttons are created in
the functions createIconifyButton, createMaximizeButton andcreateCloseButton.
The function positionButtons does the actual placement.
Hope this helps.
Dan