# First, the active title style: # This gives a diagonal gradient, starting white, shading to light grey, # then a pastel rainbow band followed by pure white - you may have noticed # that the sky underrainbows is always brighter than the sky above it. # Besides, it looks pretty :) Titlestyle height 28 TitleStyle Active Dgradient 256 8 \ #FFFFFF 55 \ #AAAAAA 3 \ #FFAAAA 3 \ #FFFFAA 3 \ #AAFFAA 3 \ #AAAAFF 3 \ #FFAAFF 3 \ #FFFFFF 27 \ #FFFFFF -- flat # And now, the inactive title style. # This is identical to the active style, only the rainbow is greyed out. TitleStyle InActive Dgradient 256 8 \ #FFFFFF 55 \ #AAAAAA 3 \ #CCCCCC 3 \ #AAAAAA 3 \ #CCCCCC 3 \ #AAAAAA 3 \ #CCCCCC 3 \ #FFFFFF 27 \ #FFFFFF -- flat # The -- flat removes the border from the titlebar so there's no break on # buttons # # And speaking of buttons, I have five in the titlebar: # Any mouse button in the left button gives the window ops menu # The first right title-bar button maximizes the window # The second title-bar button minimises the window # The third closes it, and the fourth kills it. # Note the use of "Mouse 0" for AnyButton. # The buttons are flat, again so they form an unbroken titlebar # Odd button numbers appear on the left, evens on the right # The button colours are self-explanatory, and you should be able to see that # the inactive buttons go grey. ButtonStyle 1 Active Pixmap tuxsmall.png -- flat right ButtonStyle 1 Inactive Pixmap tuxsmall.png -- flat right #ButtonStyle 10 Active Pixmap purpleball.png -- flat right #ButtonStyle 10 Inactive Pixmap greyball.png -- flat right ButtonStyle 8 Active Pixmap blueball.png -- flat right ButtonStyle 8 Inactive Pixmap greyball.png -- flat right ButtonStyle 6 Active Pixmap greenball.png -- flat right ButtonStyle 6 Inactive Pixmap greyball.png -- flat right ButtonStyle 4 Active Pixmap yellowball.png -- flat right ButtonStyle 4 Inactive Pixmap greyball.png -- flat right ButtonStyle 2 Active Pixmap redball.png -- flat right ButtonStyle 2 Inactive Pixmap greyball.png -- flat right # And now onto the style commands #CursorStyle ROOT nice_arrow.xpm Style "*" UseDecor FlatDecor Style "*" ForeColor black Style "*" BackColor white # I hate windows grabbing focus away from the one I'm using. HATE it! Style "*" GrabFocusOff Style "*" HilightBack white Style "*" MouseFocusClickRaises # The best focus there is: Style "*" SloppyFocus # Icons clutter the desktop: Style "*" NoIcon Style "*" MWMFunctions Style "*" DecorateTransient Style "*" HintOverride Style "*" MWMDecor Style "*" RandomPlacement Style "*" BorderWidth 10, HandleWidth 6 # "Bterm" is just an aterm started with the switch "-name bterm" added. It's for when I just want some text displayed on the screen. I run the bterm transparently, so it looks like just text displaying on the root screen. Style "bterm" NoTitle, HandleWidth 0 Style "xclock*" NoTitle, Handlewidth 0 Style "Fvwm*" NoTitle, Sticky, WindowListSkip Style "FvwmPager" NoTitle, StaysOnTop, HandleWidth 0 Style "FvwmButtons" NoTitle, StaysOnBottom, HandleWidth 0 Style FvwmPager ParentalRelativity Style "FvwmBanner" StaysOnTop Style "gkrell*" StaysOnBottom, NoHandles, Sticky, WindowListSkip Style "xclock*" StaysOnBottom, Sticky, Windowlistskip Style "*irefox*" MiniIcon mini/firefox.png, EWMHMiniIconOverride Style "*term*" MiniIcon mini/term.png, EWMHMiniIconOverride