Re: title bar

Mathias Gumz <[email protected]>
Newsgroups gmane.comp.window-managers.fluxbox.user
Message-ID <[email protected]>
hi

> *   from http://fluxbox.sourceforge.net/features/titlebar.php
>     setting "session.titlebar" in your .fluxbox/init file
>     you can configure the buttons but not suppress it.

which is exactly what it sould do.

> 
> *   from the man page, you can configure your window style
>     with [Deco] keyword in .fluxbox/apps file ,
>     "TINY"  giving me the exact opposite off what I'm
>     looking for , and "TOOL" being equivalent to "NONE".

DECORM_TITLEBAR = (1<<0),
DECORM_HANDLE   = (1<<1),
DECORM_BORDER   = (1<<2),
DECORM_ICONIFY  = (1<<3),
DECORM_MAXIMIZE = (1<<4),
DECORM_CLOSE    = (1<<5),
DECORM_MENU     = (1<<6),
DECORM_STICKY   = (1<<7),
DECORM_SHADE    = (1<<8),
DECORM_TAB      = (1<<9),
DECORM_ENABLED  = (1<<10)

use those numbers to build a valid mask in the apps file. TINY for
eample is DECORM_TITLEBAR|DECORM_ICONIFY|DECORM_MENU .. which keeps
the titlebar for example... you have to use the final calculated mask
as argument for [Deco].
 
> *   from http://fluxbox.sourceforge.net/docbook/en/html/x352.html
>     one can also toggle window appearance from key shortcuts
>     using  "ToggleDecor" in .fluxbox/keys file.
>     but it only toggles from NONE to NORMAL.

one could say that this is a bug. maybe you want to report that one on
sf.net/projects/fluxbox in the bug section.

regards, mathias
-- 
  <name> mathias gumz <mail> akira at fluxbox dot org <pgp> 1024D/F6F6B18C
  <www> http://www.darkshed.net/ <irc> ak|ra (#fluxbox at freenode.org)


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.