1 .\" Hey, Emacs! This is an -*- nroff -*- source file.
2 .TH getstyle 1x "April 2015"
4 getstyle \- dumps the current Window Maker style related configuration or
8 .RI [ \-t | \-\-theme-options "] [" \-p | \-\-pack "] [" "style file" ]
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
22 print a help message with the list of options.
24 .BR \-\-pack " or " \-p
25 creates a theme pack in the directory named by the theme name appended
26 with the .themed suffix.
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.
33 print the version of Window Maker from which the program comes.
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 )
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"
63 .IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
64 This is the actual file that gets written.
69 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
71 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.