1##########################################################################
2# Windows styles :
3#
4# Syntax:
5# Style "WM_CLASS"	[Icon name.xpm | NoIcon], NoTitle, Sticky,
6# 			StaysOnTop, WindowListSkip, NoHandles, NoButtons #,
7#			StartsOnDesk #, ViewportX x, ViewportY y
8#                       BorderWidth #, StartIconic, CirculateSkip,
9#                       NoFocus, NoBorder (== BorderWidth 0),
10#			NoTitle, SuppressIcons, AvoidCover, VerticalTitle,
11#			Prepos x y
12#
13# "WM_CLASS" is obtained:
14#   * under Unix from the 'xprop' command line program
15#   * under Microsoft Windows from the "Window Properties" in the (start)menu
16
17# IMPORTANT : database supports only comments that start at the beginning of the line !!!
18#
19
20# Default icons and styles
21Style   "*"             Icon interface.xpm
22Style	"Unknown"	Icon Unknown.xpm
23# Style   "Untitled*"     Icon AfterStep3.xpm
24# For all window to have the NEW and COOL Vertical Title bar on the side:
25# Style	"*"		VerticalTitle
26
27# Wharf and modules
28# note that only Wharf and WinList has AvoidCover set as AvoidCover causes effect of
29# moving other windows out of the way when window is resized/placed
30# the first record will apply to all modules, and then we selectively adjust for
31# few modules having specific needs :
32Style 	"ASModule"		NoTitle, Sticky, Layer 3, WindowListSkip, NoHandles, AvoidCover, BorderWidth 0
33Style 	"Ident*"		    Title, Slippery, Layer 2, Handles, AllowCover
34Style 	"*WharfWithdrawn"        ShortLiving
35Style 	"*WharfSubfolder*"       AllowCover
36Style 	"AskWharf"      Handles
37Style   "Banner"        NoTitle, Sticky, Layer 2, WindowListSkip, NoHandles
38Style   "WinTabs"       Title, Layer 0, Slippery, Handles, AllowCover
39
40Style   "NEdit"         Title, Slippery, Layer 0, Handles, AllowCover
41
42# This record is for the AfterStep menu :
43Style   "ASMenu"        NoButton 1, NoButton 3
44
45# Several AfterStep tools :
46Style   "ASRun"		Icon logos/AfterStep
47Style	"GWCommand"	FocusOnMap
48
49# Wharf apps and AfterStep close apps and terms
50Style   "*clock"        StaysOnTop, WindowListSkip, NoHandles
51Style   "asload"        NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
52Style   "wmppp"         NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
53Style   "wmcdplay"      NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
54Style   "Mixer.app"     Sticky, StaysOnTop, WindowListSkip, NoHandles
55Style   "asfsm"         Sticky, StaysOnTop, WindowListSkip, NoHandles
56Style   "wmmount"       NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
57Style   "wmifs"         Sticky, StaysOnTop, WindowListSkip, NoHandles
58Style   "wmmail"        NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
59Style   "wmmixer"       NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
60Style   "wmrack"        NoTitle, Sticky, StaysOnTop, WindowListSkip, NoHandles
61Style   "mc*-*" 	    VerticalTitle, NoHandles, Icon normal/MCInMonitorShadow
62Style   "docker"        AvoidCover, StartIconic, NoTitle, Layer 4,NoHandles
63Style   "peksystray"    AvoidCover, StartIconic, NoTitle, Layer 4,NoHandles
64Style   "wmsystray"     AvoidCover, StartIconic, NoTitle, Layer 4,NoHandles
65
66# Web browsers
67Style	"Mozilla-bin"		Icon logos/mozilla, IgnoreConfig
68# , StartsOnDesk 1
69Style	"Firefox-bin"		Icon logos/Firefox, IgnoreConfig
70# this will prevent firefox's download manager from poping on top every time:
71Style	"*Downloads"		Icon logos/Package, IgnoreRestack
72# , StartsOnDesk 1
73Style	"Galeon"		IgnoreConfig
74# , StartsOnDesk 1
75Style	"Netscape"		Icon netscape.xpm, IgnoreConfig
76# , StartsOnDesk 1
77Style	"Iceape-bin"		IgnoreConfig
78Style	"Iceweasel"		IgnoreConfig
79
80# Email apps
81#Style	"Thunderbird-bin"	StartsOnDesk 2
82Style	"evolution"		IgnoreConfig
83#, StartsOnDesk 2
84
85# IRC and instant messagers
86Style 	"Bitch*"		NoHandles, Sticky
87#Style   "Psi"           StartsOnDesk 1
88Style   "psidock"       WindowListSkip, CirculateSkip, Sticky
89#, StartsOnDesk 1
90Style   "Licq*"         Sticky, NoButton 1, NoButton 4, NoButton 6
91
92# Graphic apps
93#Style	"GQview"        StartsOnDesk 0
94Style   "gimp"          Icon logos/gimp, UseCurrentViewport
95Style	"GIMP Startup"	Icon logos/gimp, NoButton 1, NoButton 2, NoButton 3, NoButton 4
96Style   "Blender"       NoTitle, NoHandles
97Style   "ghostview"     Icon normal/Ghost2
98
99# Audio apps
100Style   "xmms*"			Icon logos/Xmms
101Style   "XMMS_Player*"		NoTitle, NoHandles
102Style   "XMMS_Playlist*"	NoTitle, NoHandles
103
104# Multimedia apps
105# add Layer 4 to all apps you want to see above the wharf
106Style  "MPlayer*"		Icon normal/MovieProjector, NoTitle, NoHandles, Layer 4
107Style  "MPlayer-Video*"		Title, Handles
108Style	"RealPlayer"		Icon logos/real
109Style	"VCLApplication"	Layer 0	#, StartsOnDesk 0
110
111# contributed by Dhaval Patel <dhaval at patel dot sh>
112Style   "toolbox"		NoButton 1, NoButton 2, NoButton 3, NoButton 4
113Style   "Popup menu*"		Sticky
114Style   "Alert*"		Sticky, StaysOnTop
115Style   "Question*"		Sticky, StaysOnTop
116### REMOVED ### (conflicts with Gaim, Gaim has no titlebars built in.)
117### by Vaevictus
118### what program was this for anyway?
119#Style   "Buddy List"		NoTitle, WindowListSkip
120
121# contributed by David William Thornton <dwt at softhome dot net>
122# KDE apps
123Style	"kicker"		AvoidCover, NoTitle, NoHandles, WindowListSkip, CirculateSkip, Layer 0, Sticky
124Style	"konqueror"		Icon konqueror, IgnoreConfig
125Style	"kvt"			Icon Computer.xpm
126Style	"*.kss"			NoTitle, NoHandles, Layer 10, FullScreen
127
128# gnome panel ( contributed by Greg Norris <haphazard at kc dot rr dot com> ):
129Style   "gnome-panel"		NoTitle, Sticky, StaysOnTop, WindowListSkip, AvoidCover, NoHandles
130Style   "Top*Panel"		DefaultGeometry +0+0, Layer 3
131Style   "Bottom*Panel"		DefaultGeometry +0-0
132
133# Some other apps
134Style	"alarmd"		AvoidCover, NoTitle, NoHandles, WindowListSkip, CirculateSkip, Layer 0, Sticky
135Style   "gdiskfree"     	AvoidCover, Layer 0
136Style	"vmware-ui"		Icon Network.xpm, NoButton 2
137Style	"Xpdf"			Icon logos/PDF
138Style	"GSubEdit*"		Icon normal/MovieProjector
139Style	"subtitle editor"	Icon normal/MovieProjector
140Style	"Worker - *"		Icon logos/Worker
141Style	"rootWorker - *"	Icon logos/Worker
142Style	"urxvt"			Icon logos/Unicode
143
144#, StartsOnDesk 0
145Style	"xdos"			NoButton 2		#, StartsOnDesk 0
146Style   "xli"			Icon monalisa.xpm
147Style   "*man"			Icon Info.xpm
148Style   "XMcd"			Icon CDrom.xpm
149Style   "XFce*"			NoTitle, Sticky, BorderWidth 4, WindowListSkip, NoHandles
150Style   "XFBD*"			Sticky
151Style	"XPostit*"		Icon Text.xpm
152Style	"xkhfm@Programs"	NoTitle, Sticky, WindowListSkip
153
154
155# Open Office makes some dialogs have type Dialog and others - type Normal,
156# causing all kinds of wierdness. So let's use power of AS to fix it ourselves :
157Style "VCLSalFrame"			Layer 1
158Style "VCLSalFrame.DocumentWindow*"	Layer 0
159
160# Make web browzer the last look to limit application & webpage naming conflicts
161Style	"* - Mozilla"		Icon logos/mozilla
162Style	"* - Mozilla Firefox"	Icon logos/Firefox
163
164
165##########################################################################
166