Tuesday, August 22, 2017
Change close maximize minimize button position right to left in lubuntu
Change close maximize minimize button position right to left in lubuntu
![]() |
| close, maximize, minimize button on left side |
To do this tweak you should open lubuntu configuration file (lubuntu-rc.xml) and edit a line of code.
Open terminal and copy-paste the following line
leafpad ~/.config/openbox/lubuntu-rc.xml
lubuntu-rc.xml file will open with text editor Leafpad. Search for the following line of code in this file. It wil be about 45-50 lines from the top.
<titlelayout>NLIMC</titlelayout>
Here, every alphabet represent a corresponding icon like I wrote below.
N: Window icon
L: Window label (Window title).
I: Iconify
M: Maximize
C: Close
S: Shade (Roll up/ Roll down)
D: Omnipresent (On all desktops).
So, if you love to change the title bar icon position so rearrange the alphabet as your desire.
To change window buttons position in my lubuntu (LXDE) computer, I simply change the alphabet order as below.
<titlelayout>CMILSN</titlelayout>
Now, you have to Logout and Login computer to view new button positions.
Acknowledgement: Lubuntu Tips blog.
