Coverity: fix rootmenu structurally dead code
[wmaker-crm.git] / doc / getstyle.1
blob58ed13188b2e2d07b301e3dfacbcbc216cd97e06
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH getstyle 1 "April 2015"
3 .SH NAME
4 getstyle \- dumps the current Window Maker style related configuration or
5 creates a theme pack.
6 .SH SYNOPSIS
7 .B getstyle
8 .RI [ \-t | \-\-theme-options "] [" \-p | \-\-pack "] [" "style file" ]
9 .SH DESCRIPTION
10 .B getstyle
11 can either dump the current Window Maker style related configuration
12 information to a file/stdout or create a self-contained theme pack. A theme
13 pack is a directory that contains everything that is needed for a
14 redistributable theme, including the style information and pixmaps used by it.
16 Note that style information stored in the global configuration of the
17 system is not read.
19 .SH OPTIONS
20 .TP
21 .B \-\-help
22 print a help message with the list of options.
23 .TP
24 .BR \-\-pack " or " \-p
25 creates a theme pack in the directory named by the theme name appended
26 with the .themed suffix.
27 .TP
28 .BR \-\-theme-options " or " \-t
29 dumps theme related information too, which includes the root background
30 texture.  This option is always enabled when the \-p option is used.
31 .TP
32 .B \-\-version
33 print the version of Window Maker from which the program comes.
35 .SH "STYLE CONTENT"
37 The following options are stored by default:
38 .IR TitleJustify ", " ClipTitleFont ", " WindowTitleFont ", " MenuTitleFont ,
39 .IR MenuTextFont ", " IconTitleFont ", " LargeDisplayFont ", " HighlightColor ,
40 .IR HighlightTextColor ", " ClipTitleColor ", " CClipTitleColor ", " FTitleColor ,
41 .IR PTitleColor ", " UTitleColor ", " FTitleBack ", " PTitleBack ,
42 .IR UTitleBack ", " ResizebarBack ", " MenuTitleColor ", " MenuTextColor ,
43 .IR MenuDisabledColor ", " MenuTitleBack ", " MenuTextBack ", " IconBack ,
44 .IR IconTitleColor ", " IconTitleBack ", " FrameBorderWidth ", " FrameBorderColor ,
45 .IR FrameSelectedBorderColor ", " MenuStyle ", " WindowTitleExtendSpace ,
46 .IR MenuTitleExtendSpace ", and " MenuTextExtendSpace .
48 If either \fB-t\fP or \fB--theme-options\fP is specified, in addition
49 to the previous options, \fIWorkspaceBack\fP is also stored,
50 along with any user-definable mouse cursor settings
51 .RI ( NormalCursor ", " ArrowCursor ", " MoveCursor ", " ResizeCursor ,
52 .IR TopLeftResizeCursor ", " TopRightResizeCursor ", " BottomLeftResizeCursor ,
53 .IR BottomRightResizeCursor ", " VerticalResizeCursor ", " HorizontalResizeCursor ,
54 .IR WaitCursor ", " QuestionCursor ", " TextCursor ", " SelectCursor )
55 that are present.
57 .SH ENVIRONMENT
58 .IP WMAKER_USER_ROOT
59 specifies the initial path for the Defaults directory. "Defaults/" is
60 appended to this variable to determine the actual location of the
61 databases. If the variable is not set, it defaults to "~/GNUstep"
62 .SH FILES
63 .IP WMAKER_USER_ROOT/Defaults/WindowMaker
64 This is the actual file that gets written.
65 .SH SEE ALSO
66 .BR setstyle (1),
67 .BR wmaker (1)
68 .SH AUTHOR
69 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
70 .PP
71 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.