• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

po/H03-May-2022-47,14737,268

tiff/H03-May-2022-745663

xpm/H03-May-2022-725653

Appearance.cH A D05-Apr-202062.3 KiB2,3391,806

Configurations.cH A D15-Feb-201912.9 KiB446352

Docks.cH A D15-Feb-20199.7 KiB336263

Expert.cH A D05-Apr-20209.9 KiB339234

Focus.cH A D15-Feb-201910.4 KiB363271

FontSimple.cH A D05-Apr-202019.8 KiB751588

Icons.cH A D05-Apr-202014.1 KiB486334

KeyboardSettings.cH A D15-Feb-20194.5 KiB176119

KeyboardShortcuts.cH A D05-Apr-202019.8 KiB633496

Makefile.amH A D15-Feb-20191.1 KiB6346

Makefile.inH A D03-May-202232.4 KiB995889

Menu.cH A D05-Apr-202045.2 KiB1,8071,351

MenuPreferences.cH A D15-Feb-20196.3 KiB235167

MouseSettings.cH A D15-Feb-201920.1 KiB800627

Paths.cH A D15-Feb-20198.6 KiB329238

Preferences.cH A D15-Feb-201910.5 KiB356254

READMEH A D15-Feb-20193.8 KiB12280

TexturePanel.cH A D15-Feb-201940.8 KiB1,5501,137

TexturePanel.hH A D15-Feb-20191.8 KiB5718

Themes.cH A D15-Feb-20195.1 KiB222146

WPrefs.cH A D05-Apr-202021.4 KiB927690

WPrefs.hH A D15-Feb-20195.4 KiB17575

WindowHandling.cH A D15-Feb-201917.3 KiB613447

Workspace.cH A D15-Feb-20196.3 KiB238170

double.cH A D15-Feb-20193.4 KiB164111

editmenu.cH A D15-Feb-201929.5 KiB1,343986

editmenu.hH A D15-Feb-20193.4 KiB11450

main.cH A D05-Apr-20204 KiB185129

xmodifier.cH A D15-Feb-20199.8 KiB315202

README

1
2			          WPrefs.app
3				  ==========
4
5 		  The WindowMaker Prerefences Application
6
7
8    WPrefs.app is the preferences "editor" for the WindowMaker window
9manager. It can be used to set most of the preference options of WindowMaker
10and define it's applications menu. It also can change some settings
11that do not belong to WindowMaker.
12
13    Although WPrefs.app is designed to be easy to use, you should read the
14user guide to be fully aware of all available options and other features
15of WindowMaker that are not related to configuration.
16
17    To run WPrefs, do not put it in your search path. Instead, run it
18with the full path, like /usr/local/GNUstep/Applications/WPrefs.app/WPrefs
19Then, dock it's application icon. The dock will automatically detect it's
20icon and use it.
21
22    If you change configuration often, you might want to leave WPrefs
23always running, leaving it hidden while not in use. You can also make it
24be automatically started with WindowMaker and toggle the Start Hidden
25option in the attributes panel for the WPrefs window. Of course, it will
26use some memory, but by leaving it hidden it'll probably be swapped out and
27stay there until you unhide it.
28
29    WPrefs is still under development. Some of the configuration options are
30not yet configurable from WPrefs, notably the appearance related options.
31It might contain bugs that can corrupt your configuration files, so backup
32the contents of the ~/GNUstep/Defaults directory before using it.
33
34
35
36License
37-------
38
39    Like Window Maker, WPrefs is distributed with through the General Public
40License (as stated in the file COPYING).
41
42Notes
43-----
44
45The mouse speed configuration is saved as a call for xset in
46~/G/D/L/W/autostart. WindowMaker calls this file when it is started.
47
48If you don't want or can't use the menu definition section, do not
49open it's section (or if you do open it, do not Save), or WPrefs will
50overwrite your ~/G/D/WMRootMenu file.
51
52Only options that have different values than what is found in the
53system-wide configuration file is saved.
54
55WPrefs only supports property list menus. If you have a plain text file
56menu, it will not be read by WPrefs. You can either recreate the menu from
57scratch or not use WPrefs for menu definition. The old menu will not be
58overwritten if you recreate it.
59
60
61Build
62-----
63
64WPrefs will be built automatically and installed with the rest of WindowMaker.
65
66
67
68Customized Installation
69-----------------------
70
71By default, WPrefs.app will be installed in the GNUstep applications directory,
72which is /usr/local/GNUstep/Applications. If you want to install it somewhere
73else, like in /some_weird_path/Applications, set the GNUSTEP_LOCAL_ROOT
74environment variable to some_weird_path before running configure for
75WindowMaker. You can also configure Window Maker supplying the --with-gnustepdir
76option to configure, like ./configure --with-gnustepdir=/usr/GNUstep/Applications
77If you change your mind after installing, you can move the .app directory
78to one of the following GNUstep/Applications directories:
79
80/usr/GNUstep/Applications
81
82OR
83
84/usr/local/GNUstep/Applications
85
86OR
87
88~/GNUstep/Applications
89
90
91
92Credits
93-------
94
95User interface design, programming and a few icons:
96    Alfredo K. Kojima <kojima@windowmaker.info>
97
98Additional programming:
99    James Thompson <jamest@math.ksu.edu>
100    Dan Pascu <dan@windowmaker.info>
101    ]d <id@windowmaker.info>
102
103Icon and image artwork:
104    Jesse Kaufman <glandix@linuxfreak.com>
105    Marco van Hylckama Vlieg <marco@windowmaker.info>
106    See details in README in tiff/ directory
107
108WindowMaker
109-----------
110
111    If for some weird reason you end up with this preferences program and
112don't have Window Maker yet, you can get more information about it at
113http://windowmaker.info and download it at ftp://ftp.windowmaker.info
114
115
116Contact
117-------
118
119Send comments and bug reports to kojima@windowmaker.info
120Use the WindowMaker BUGFORM to report bugs.
121
122