Page 1 of 1

How to move ROX maximize/minimize/close buttons to left in JWM? (SOLVED)

Posted: Sat Sep 17, 2022 12:09 pm
by gychang

Normally, these buttons on the right of the rox window as shown. Is it possible to move the buttons to the left ?


Re: Possible to move maximize/minimize/close buttons to left of rox?

Posted: Sat Sep 17, 2022 9:40 pm
by step

The window manager is responsible for drawing those buttons. So the answer is yes, if it can be set in your window manager's configuration file. Each window manager's configuration file location and format is different. For instance, I use the openbox window manager, and the position of those buttons can be changed by editing the <titlelayout> property value in file ~/.config/openbox/rc.xml.

rox-title-bar-20220917.png
rox-title-bar-20220917.png (2.02 KiB) Viewed 381 times

Re: Possible to move maximize/minimize/close buttons to left of rox?

Posted: Sat Sep 17, 2022 9:54 pm
by gychang

I use fossapup64, and jwm is the window manager? Is there a way to do this in JWM?


Re: How to move ROX maximize/minimize/close buttons to left in JWM?

Posted: Sun Sep 18, 2022 6:38 am
by Burunduk

In Fossapup64 - JWM 2.4.0:

  • Main menu -> Desktop -> JWMdesk -> Profiles tab -> jwmrc-personal Edit current button.

  • Add line <TitleButtonOrder>wxmit</TitleButtonOrder> somewhere not inside other (than <JWM>) tags, for example, right below <JWM>.
    Letters describe the layout: w - icon, t - title, imx - buttons. Default: wtimx [github]

  • Save the changes in editor and click the Apply button in JWMdesk.


Re: How to move ROX maximize/minimize/close buttons to left in JWM? (SOLVED)

Posted: Sun Sep 18, 2022 1:24 pm
by gychang

@Burunduk that works well, thanks! :thumbup2: