summaryrefslogtreecommitdiff
path: root/styles.config
blob: 5e305e51f4a861be88d887055e54ce043e27aab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#####################
#   Global styles   #
#####################
Style * Font         $[ThemeTitleFont]
Style * HandleWidth  2
Style * MiniIcon xapp.png
Style * WindowShadeShrinks
Style * MinOverlapPlacement
Style * !AllowMaximizeFixedSize
Style * MouseFocusClickRaises
Style * SloppyFocus
Style * FPReleaseFocus
Style * !FPFocusByProgram
Style * !FPGrabFocus
Style * SkipMapping
Style * MWMBorder, FirmBorder
Style * DecorateTransient
Style * ResizeOpaque
Style * SnapAttraction 8
Style * EdgeMoveResistance 20 20
Style * !Iconifiable

Style * Colorset 3
Style * HilightColorset 2

##################
# Per-app styles #
##################

Style FvwmPager FixedPosition, FixedSize, BorderWidth 0, HandleWidth 0, \
	!Title, WindowListSkip, Sticky, NeverFocus, Layer 1

Style FvwmButtons NoTitle, Sticky, FixedSize, \
	WindowListSkip, CirculateSkip, NeverFocus, !Handles, Colorset 2

Style "FvwmIdent"	    !Button 1, !Button 4, !Button 6
Style "dclock"          !Title, WindowListSkip

Style "stalonetray"		NeverFocus, WindowListSkip, Sticky, FixedPosition, NoTitle, BorderWidth 0, HandleWidth 0, Layer 1
Style "alsamixer"		Layer 6, BorderWidth 3, HandleWidth 3, !Title, GrabFocus
Style "FvwmConsole"		GrabFocus
Style "urxvt"			GrabFocus
Style "nephilim.py"     StartsOnPage 0 5
Style "mplayer*"         Sticky, !UsePPosition
Style "Wine"            Lenience
Style "sun-*"           Lenience


#################
# Menu styles   #
#################
MenuStyle * Font $[ThemeMenuFont]
MenuStyle * TitleUnderlines1
MenuStyle * TitleFont $[ThemeMenuTitleFont]
MenuStyle * MouseWheel ScrollsMenuBackwards
MenuStyle * Animation
MenuStyle * HilightBack, Hilight3DThin
MenuStyle * ItemFormat "%2.0|%0.0i%5.5l%5.2>%0.2|"
MenuStyle * PopupOffset 0 99
MenuStyle * PopupImmediately
MenuStyle * PopdownImmediately
MenuStyle * BorderWidth 1
MenuStyle * VerticalItemSpacing 3 3
MenuStyle * VerticalTitleSpacing 4 4
MenuStyle * SeparatorsShort
MenuStyle * TrianglesUseFore
MenuStyle * TrianglesSolid
MenuStyle * !TitleWarp
MenuStyle * RemoveSubmenus
MenuStyle * SideColor $[bg.cs7]
MenuStyle * ScrollOffPage
MenuStyle * VerticalMargins 2 2

MenuStyle * MenuColorset 3
MenuStyle * ActiveColorset 4

# Alt+tab menu configuration
MenuStyle WindowList Font $[ThemeWindowListFont]
MenuStyle WindowList HilightBack, Hilight3DThin
MenuStyle WindowList ItemFormat "%2.17|%0.7i%0.5l%17.2|"
MenuStyle WindowList BorderWidth 3
MenuStyle WindowList VerticalItemSpacing  10 10
MenuStyle WindowList VerticalMargins 2 2
MenuStyle WindowList SelectOnRelease Alt_L

MenuStyle WindowList ActiveColorset 4
MenuStyle WindowList MenuColorset 3