1setstyle(1x) setstyle(1x)
2
3
4
6 setstyle - set style related options for Window Maker or loads a theme
7
9 setstyle [--no-fonts] [--no-cursors] [--help] [--version] stylefile
10
12 setstyle reads stylefile and writes its contents to the WindowMaker
13 domain, efectively setting the Window Maker style. If the supplied path
14 is a directory, it will be treated as a theme pack and it will be
15 loaded appropriately. If the --no-fonts flag is specified, font related
16 options (IconTitleFont, ClipTitleFont, DisplayFont, MenuTextFont, Menu‐
17 TitleFont, WindowTitleFont) in the style file will be ignored.
18
19 If the --no-cursors flag is specified, any mouse cursor definitions
20 (NormalCursor, ArrowCursor, MoveCursor, TopLeftResizeCursor,
21 TopRightResizeCursor, BottomLeftResizeCursor, BottomRightResizeCursor,
22 VerticalResizeCursor, HorizontalResizeCursor, WaitCursor, QuestionCur‐
23 sor, TextCursor, SelectCursor) in the style or theme will be ignored.
24
26 --no-fonts
27 ignore font related options in style file.
28
29 --no-cursors
30 ignore cursor definition options in style file.
31
32 --help print a help message
33
34 --version
35 print version number
36
38 GNUSTEP_USER_ROOT
39 specifies the initial path for the Defaults directory.
40 "Defaults/" is appended to this variable to determine the actual
41 location of the databases. If the varialbe is not set, it
42 defaults to "~/GNUstep"
43
45 GNUSTEP_USER_ROOT/Defaults/WindowMaker
46 This is the actual file that's written.
47
49 getstyle(1x), wmaker(1x)
50
52 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
53
54 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
55
56
57
58 January 1999 setstyle(1x)