Normally, these buttons on the right of the rox window as shown. Is it possible to move the buttons to the left ?
How to move ROX maximize/minimize/close buttons to left in JWM? (SOLVED)
Moderator: Forum moderators
- gychang
- Posts: 591
- Joined: Fri Aug 28, 2020 4:51 pm
- Location: San Diego, CA
- Has thanked: 206 times
- Been thanked: 64 times
How to move ROX maximize/minimize/close buttons to left in JWM? (SOLVED)
- Attachments
-
- buttons.png (5.83 KiB) Viewed 407 times
-
- Posts: 546
- Joined: Thu Aug 13, 2020 9:55 am
- Has thanked: 57 times
- Been thanked: 198 times
- Contact:
Re: Possible to move maximize/minimize/close buttons to left of rox?
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
.
- gychang
- Posts: 591
- Joined: Fri Aug 28, 2020 4:51 pm
- Location: San Diego, CA
- Has thanked: 206 times
- Been thanked: 64 times
Re: Possible to move maximize/minimize/close buttons to left of rox?
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?
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.