Discussion:
[Fluxbox-users] Remove Titlebar
Jacques Dirac
2010-02-24 10:31:03 UTC
Permalink
Dear,

For some application I want Fluxbox to not display a titlebar above the window.

I already tried to set the 'window.title.height' to 0 (in a custom
style), but this doesn't work (titlebar is displayed with default
size).
Is there some other way to remove the titlebar? The solution does not
have to be with a style, also changing 'init', 'apps', etc. is
allowed.

Hope you can help.


Best regards,
Jacques Dirac.
Valter Toffolo
2010-02-24 13:59:17 UTC
Permalink
Hello Jacques.
Post by Jacques Dirac
For some application I want Fluxbox to not display a titlebar above the window.
I suggest you to read this:
http://fluxbox-wiki.org/index.php?title=Editing_the_apps_file
Post by Jacques Dirac
I already tried to set the 'window.title.height' to 0 (in a custom
style), but this doesn't work (titlebar is displayed with default
size).
Is there some other way to remove the titlebar? The solution does not
have to be with a style, also changing 'init', 'apps', etc. is
allowed.
Having this in your apps file should remove decorations from all
windows, lefting a border only:

[app] (.*)
[Deco] {BORDER}
[end]

You can also use this setting for specific applications.

AFAIK removing ONLY the titlebar is not supported.
Jacques Dirac
2010-02-25 11:36:53 UTC
Permalink
Thanks Valter,
 [app] (.*)
         [Deco]  {BORDER}
 [end]
This did the job perfectly!

Continue reading on narkive:
Loading...