1998-09-29 22:36:29 +00:00
|
|
|
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
2015-05-23 17:19:29 +02:00
|
|
|
.TH setstyle 1 "April 2015"
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH NAME
|
1999-01-06 15:22:33 +00:00
|
|
|
setstyle \- set style related options for Window Maker or loads a theme
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
|
.B setstyle
|
2015-04-06 17:57:58 +02:00
|
|
|
.RI [ options ]
|
|
|
|
|
.IR stylefile | themepack
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
|
.B setstyle
|
2015-04-06 17:57:58 +02:00
|
|
|
reads the file
|
1998-09-29 22:36:29 +00:00
|
|
|
.I stylefile
|
2015-04-06 17:57:58 +02:00
|
|
|
and writes its contents to the
|
|
|
|
|
.I WMWindowMaker
|
|
|
|
|
domain, effectively setting the Window Maker style.
|
|
|
|
|
If the supplied path is a directory
|
|
|
|
|
.RI ( themepack ),
|
|
|
|
|
it will be treated as a theme pack and it will be loaded appropriately.
|
1999-02-17 11:06:40 +00:00
|
|
|
.SH OPTIONS
|
|
|
|
|
.TP
|
2015-04-06 17:57:58 +02:00
|
|
|
.B \-\-help
|
|
|
|
|
print a help message with the list of options.
|
|
|
|
|
.TP
|
|
|
|
|
.BR \-\-ignore " \fIkeyword\fP"
|
|
|
|
|
ignore the attribute named \fIkeyword\fP from the style file.
|
|
|
|
|
You can specify this option as many times as needed.
|
|
|
|
|
You may find a non-exhaustive list of the keywords from the
|
2015-05-23 17:19:29 +02:00
|
|
|
.BR getstyle (1)
|
2015-04-06 17:57:58 +02:00
|
|
|
man page.
|
1999-02-17 11:06:40 +00:00
|
|
|
.TP
|
2001-09-06 09:42:51 +00:00
|
|
|
.B \-\-no\-cursors
|
2015-04-06 17:57:58 +02:00
|
|
|
ignore cursor definition options from the style file
|
|
|
|
|
.RI ( NormalCursor ", " ArrowCursor ", " MoveCursor ", " ResizeCursor ,
|
|
|
|
|
.IR TopLeftResizeCursor ", " TopRightResizeCursor ", " BottomLeftResizeCursor ,
|
|
|
|
|
.IR BottomRightResizeCursor ", " VerticalResizeCursor ", " HorizontalResizeCursor ,
|
|
|
|
|
.IR WaitCursor ", " QuestionCursor ", " TextCursor ", " SelectCursor ).
|
2001-09-06 09:42:51 +00:00
|
|
|
.TP
|
2015-04-06 17:57:58 +02:00
|
|
|
.B \-\-no\-fonts
|
|
|
|
|
ignore font related options from the style file
|
|
|
|
|
.RI ( IconTitleFont ", " ClipTitleFont ", " MenuTextFont ,
|
|
|
|
|
.IR MenuTitleFont ", " WindowTitleFont ).
|
1999-02-17 11:06:40 +00:00
|
|
|
.TP
|
|
|
|
|
.B \-\-version
|
2015-04-06 17:57:58 +02:00
|
|
|
print the version of Window Maker from which the program comes.
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH ENVIRONMENT
|
2019-02-15 18:49:49 -05:00
|
|
|
.IP WMAKER_USER_ROOT
|
1998-09-29 22:36:29 +00:00
|
|
|
specifies the initial path for the Defaults directory. "Defaults/" is
|
|
|
|
|
appended to this variable to determine the actual location of the
|
2014-05-17 21:12:34 -05:00
|
|
|
databases. If the variable is not set, it defaults to "~/GNUstep"
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH FILES
|
2019-02-15 18:49:49 -05:00
|
|
|
.IP WMAKER_USER_ROOT/Defaults/WindowMaker
|
1998-09-29 22:36:29 +00:00
|
|
|
This is the actual file that's written.
|
|
|
|
|
.SH SEE ALSO
|
2015-05-23 17:19:29 +02:00
|
|
|
.BR getstyle (1),
|
|
|
|
|
.BR wmaker (1)
|
1998-09-29 22:36:29 +00:00
|
|
|
.SH AUTHOR
|
|
|
|
|
This man page was written by Marcelo Magallon <mmagallo@debian.org>.
|
|
|
|
|
.PP
|
2006-04-25 19:35:14 +00:00
|
|
|
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
|