Re: MXFB Tips n Tricks
Posted: Mon Dec 19, 2022 11:09 am
I prefer the look of an icon/action button free window title bar, so here's my trick.
In the init file, remove these entry values:
for the action buttons on the left (stick) and right (minimize, maximize, close)
for the program icon on the left side change this value to false
You can then use the keybindings to minimize, maximize, close any window. If you want to stick a window, then right click on the window's title bar and select stick from there. (I've never used this feature but I'm sure there's a keybinding you could create)
I prefer to mouse over the program on the toolbar (tint2) and either left click to minimize the window or right click to close it.
and as a bonus tip, if you want to move the title bars text from it's center position, open your overlay file and add this entry. (values are left, center or right)
*note, this overrides any style you select, so if you only want to change it for the style your currently using, then edit that styles theme.cfg file and go to the window section.

In the init file, remove these entry values:
for the action buttons on the left (stick) and right (minimize, maximize, close)
Code: Select all
session.screen0.titlebar.left:
session.screen0.titlebar.right:
Code: Select all
session.screen0.tabs.usePixmap: false
I prefer to mouse over the program on the toolbar (tint2) and either left click to minimize the window or right click to close it.
and as a bonus tip, if you want to move the title bars text from it's center position, open your overlay file and add this entry. (values are left, center or right)
Code: Select all
window.justify: Right
