Update Serbian translation from master branch
[wmaker-crm.git] / doc / setstyle.1
blobf46dd188c435338ea9b7bee73622dbf38d2e5f3c
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH setstyle 1 "April 2015"
3 .SH NAME
4 setstyle \- set style related options for Window Maker or loads a theme
5 .SH SYNOPSIS
6 .B setstyle
7 .RI [ options ]
8 .IR stylefile | themepack
9 .SH DESCRIPTION
10 .B setstyle
11 reads the file
12 .I stylefile
13 and writes its contents to the
14 .I WMWindowMaker
15 domain, effectively setting the Window Maker style.
16 If the supplied path is a directory
17 .RI ( themepack ),
18 it will be treated as a theme pack and it will be loaded appropriately.
19 .SH OPTIONS
20 .TP
21 .B \-\-help
22 print a help message with the list of options.
23 .TP
24 .BR \-\-ignore " \fIkeyword\fP"
25 ignore the attribute named \fIkeyword\fP from the style file.
26 You can specify this option as many times as needed.
27 You may find a non-exhaustive list of the keywords from the
28 .BR getstyle (1)
29 man page.
30 .TP
31 .B \-\-no\-cursors
32 ignore cursor definition options from the style file
33 .RI ( NormalCursor ", " ArrowCursor ", " MoveCursor ", " ResizeCursor ,
34 .IR TopLeftResizeCursor ", " TopRightResizeCursor ", " BottomLeftResizeCursor ,
35 .IR BottomRightResizeCursor ", " VerticalResizeCursor ", " HorizontalResizeCursor ,
36 .IR WaitCursor ", " QuestionCursor ", " TextCursor ", " SelectCursor ).
37 .TP
38 .B \-\-no\-fonts
39 ignore font related options from the style file
40 .RI ( IconTitleFont ", " ClipTitleFont ", " MenuTextFont ,
41 .IR MenuTitleFont ", " WindowTitleFont ).
42 .TP
43 .B \-\-version
44 print the version of Window Maker from which the program comes.
45 .SH ENVIRONMENT
46 .IP WMAKER_USER_ROOT
47 specifies the initial path for the Defaults directory. "Defaults/" is
48 appended to this variable to determine the actual location of the
49 databases. If the variable is not set, it defaults to "~/GNUstep"
50 .SH FILES
51 .IP WMAKER_USER_ROOT/Defaults/WindowMaker
52 This is the actual file that's written.
53 .SH SEE ALSO
54 .BR getstyle (1),
55 .BR wmaker (1)
56 .SH AUTHOR
57 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
58 .PP
59 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.