1setstyle(1) General Commands Manual setstyle(1)
2
3
4
6 setstyle - set style related options for Window Maker or loads a theme
7
9 setstyle [options] stylefile|themepack
10
12 setstyle reads the file stylefile and writes its contents to the WMWin‐
13 dowMaker domain, effectively setting the Window Maker style. If the
14 supplied path is a directory (themepack), it will be treated as a theme
15 pack and it will be loaded appropriately.
16
18 --help print a help message with the list of options.
19
20 --ignore keyword
21 ignore the attribute named keyword from the style file. You can
22 specify this option as many times as needed. You may find a
23 non-exhaustive list of the keywords from the getstyle(1) man
24 page.
25
26 --no-cursors
27 ignore cursor definition options from the style file (NormalCur‐
28 sor, ArrowCursor, MoveCursor, ResizeCursor, TopLeftResizeCursor,
29 TopRightResizeCursor, BottomLeftResizeCursor, BottomRightResize‐
30 Cursor, VerticalResizeCursor, HorizontalResizeCursor, WaitCur‐
31 sor, QuestionCursor, TextCursor, SelectCursor).
32
33 --no-fonts
34 ignore font related options from the style file (IconTitleFont,
35 ClipTitleFont, MenuTextFont, MenuTitleFont, WindowTitleFont).
36
37 --version
38 print the version of Window Maker from which the program comes.
39
41 WMAKER_USER_ROOT
42 specifies the initial path for the Defaults directory.
43 "Defaults/" is appended to this variable to determine the actual
44 location of the databases. If the variable is not set, it
45 defaults to "~/GNUstep"
46
48 WMAKER_USER_ROOT/Defaults/WindowMaker
49 This is the actual file that's written.
50
52 getstyle(1), wmaker(1)
53
55 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
56
57 Window Maker was written by Alfredo K. Kojima <kojima@window‐
58 maker.info>.
59
60
61
62 April 2015 setstyle(1)