You are not logged in.
Hi there everyone!
In Windows, my Firefox integrates the titlebar(min, max, close) with the tab bar while my linux Firefox has the traditional titlebar above the tab bar.
I'm just wondering if I could disable the titlebar for Firefox and gain the tri-buttons back onto it's tab bar?
Hugely wide pic of comparison, if needed.
Thanks for your time!
Schw.im! A social site with an identity crisis.
Offline
Indeed you can, chuck this into your rc.xml
<!-- I want Firefox maximized without borders -->
<application class="Firefox*">
<maximized>yes</maximized>
<decor>no</decor>
</application>
Then restart openbox.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
^ That will remove the decor of firefox, including the window butons.
Probably have to find a custom theme file for Linux firefox to make it look like Windows version; I don't know if the Windows theme file can just be converted.
Something like the strata XP for linux?
Last edited by PackRat (2018-10-22 03:05:15)
You must unlearn what you have learned.
-- yoda
Offline
In the Firefox customise menu there is an option you either tick or untick that places the buttons either in the Titlebar or not?
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
That may be it. In the Windows version of Firefox, there is a check box for "titlebar" in the customize options. Unchecking it, removes the titlebar and moves the buttons to the menu bar. I've never noticed (looked for) if it's in the Linux version.
You must unlearn what you have learned.
-- yoda
Offline
That may be it. In the Windows version of Firefox, there is a check box for "titlebar" in the customize options. Unchecking it, removes the titlebar and moves the buttons to the menu bar. I've never noticed (looked for) if it's in the Linux version.
Its there, depends on what version of FF is being run. I think it is FF69 that first introduced that.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
It was FF60, IIRC
Using the Openbox (3.5.2) session of Lubuntu 14.04 LTS but very interested in BL :)
Offline
It was FF60, IIRC
Ah yes. Duh. lol
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Indeed you can, chuck this into your rc.xml
<!-- I want Firefox maximized without borders --> <application class="Firefox*"> <maximized>yes</maximized> <decor>no</decor> </application>
Then restart openbox.
Can you disable decoration for all windows this way?
I don't have patience or skill to dig deep enough every time system breaks itself or when I break something because of lack of patience and skill.
nore, 23 Feb 2019
Offline
...
Can you disable decoration for all windows this way?
Try
<application class="*">
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Dobbie03 wrote:Indeed you can, chuck this into your rc.xml
<!-- I want Firefox maximized without borders --> <application class="Firefox*"> <maximized>yes</maximized> <decor>no</decor> </application>
Then restart openbox.
Can you disable decoration for all windows this way?
what damo posted.
Read through this - Openbox Help Applications - disabling decor for all applications is the first entry in the Examples section.
I think openbox now supports a <decor>border</decor> option so you can at least maintain the border.
Last edited by PackRat (2018-11-10 22:07:32)
You must unlearn what you have learned.
-- yoda
Offline
yeah, thank you!
I don't have patience or skill to dig deep enough every time system breaks itself or when I break something because of lack of patience and skill.
nore, 23 Feb 2019
Offline