############################## # Styles for EPIwm's windows # ############################## # # It's the focus mode for window. # FocusMode FocusFollowMouse #FocusMode SloppyFocus #FocusMode ClickToFocus #New windows have automaticatly the focus. (Optionnal) NewAutoFocus # # Windows will place where they have the place. (Optionnal) # SmartPlacement #When a window gets the focus, it goes in foreground. (Optionnal) AutoRaise #When a window is moving, it does not show its decorations. (Optionnal) OpaqueMove # # It's the background titlebar color. It could be a gradient too. # So if you want a gradient you have to specify the gradient orientation # with H for horizontal gradient or V for vertical one. # After you have to give two color. # TitleActiveColor H rgb:2f/b6/c2 white TitleInactiveColor H rgb:2f/b6/c2 black # # When you choose a gradient you can choose your titlebar buttons color here. # When the window is active and inactive. # TitleActiveColor black TitleInactiveColor darkgrey # # Only if you want a texture for the titlebar background # #TitleActiveImage bar.jpg #TitleInactiveImage bar2.jpg # # Only if you want to expand your texture at the size of the titlebar. # #TitleImageMax # # Specify the alignement of the application's title on the titlebar. # TitleAlign left #TitleAlign right #TitleAlign center # # Specify the font of the application's title on the titlebar. # TitleFont fixed # # Specify the color of the application's title font on the titlebar. # TitleFontActiveColor white TitleFontInactiveColor grey30 # # The position of the titlebar on the window. # TitlePosition top #TitlePosition bottom #TitlePosition left #TitlePosition right # # This is the height of the titlebar when the titlebar is on top or on bottom. # And the width when it's on left or on right. # TitleHeight 18 # # If you want you can specify the width (titlebar on top or on bottom) # or the height (titlebar on left or on right) of the titlebar. # It will be a fixe size if there is not % at the end of the value. # Or a proportionnal size if not. # #TitleWidth 50% #TitleWidth 50 # # If you use TitleWidth, you have to specify the alignement of the tilebar. # #TitleShapeAlign right #TitleShapeAlign left # # Colors of the window's border. # BorderActiveColor rgb:2f/b6/c2 BorderInactiveColor black # # Size of the window's border # BorderWidth 2 # # Buttons you want to see on titlebar with his alignement and his interval. # MaxButton right 4 IconifyButton left 4 #CloseButton right 4 #MaxHeightButton left 4 #MaxWidthButton left 4 #ShadeButton right 4 # # Only if you want to specify images for titlebar's buttons. # #CloseButtonImageActive bouton1.jpg #MaxButtonImageActive bouton2.jpg #IconifyButtonImageActive bouton3.jpg #ShadeButtonImageActive bouton4.jpg #CloseButtonImageInactive bouton1.jpg #MaxButtonImageInactive bouton2.jpg #IconifyButtonImageInactive bouton3.jpg #ShadeButtonImageInactive bouton4.jpg