mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 12:24:17 +01:00
Initial revision
This commit is contained in:
25
WindowMaker/Defaults/Makefile.am
Normal file
25
WindowMaker/Defaults/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
defsdatadir = $(pkgdatadir)/Defaults
|
||||
|
||||
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
||||
|
||||
EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
|
||||
|
||||
CLEANFILES = WMWindowAttributes WindowMaker WMState
|
||||
|
||||
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
|
||||
-rm -f WMWindowAttributes
|
||||
sed -e "s:#extension#:@ICONEXT@:" \
|
||||
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
|
||||
chmod 644 WMWindowAttributes
|
||||
|
||||
WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
|
||||
-rm -f WindowMaker
|
||||
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
|
||||
chmod 644 WindowMaker
|
||||
|
||||
WMState: $(srcdir)/WMState.in ./Makefile
|
||||
-rm -f WMState
|
||||
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
|
||||
chmod 644 WMState
|
||||
|
||||
228
WindowMaker/Defaults/Makefile.in
Executable file
228
WindowMaker/Defaults/Makefile.in
Executable file
@@ -0,0 +1,228 @@
|
||||
# Makefile.in generated automatically by automake 1.3 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
libdir = @libdir@
|
||||
infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
|
||||
DISTDIR =
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
|
||||
top_builddir = ../..
|
||||
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
transform = @program_transform_name@
|
||||
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
CC = @CC@
|
||||
CPP_PATH = @CPP_PATH@
|
||||
DFLAGS = @DFLAGS@
|
||||
GFXFLAGS = @GFXFLAGS@
|
||||
GFXLIBS = @GFXLIBS@
|
||||
I18N = @I18N@
|
||||
I18N_MB = @I18N_MB@
|
||||
ICONEXT = @ICONEXT@
|
||||
INTLIBS = @INTLIBS@
|
||||
LIBPL_INC_PATH = @LIBPL_INC_PATH@
|
||||
LIBPL_LIBS = @LIBPL_LIBS@
|
||||
LN_S = @LN_S@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MOFILES = @MOFILES@
|
||||
NLSDIR = @NLSDIR@
|
||||
PACKAGE = @PACKAGE@
|
||||
RANLIB = @RANLIB@
|
||||
REDUCE_APPICONS = @REDUCE_APPICONS@
|
||||
SHAPE = @SHAPE@
|
||||
SOUND = @SOUND@
|
||||
VERSION = @VERSION@
|
||||
WPMOFILES = @WPMOFILES@
|
||||
XCFLAGS = @XCFLAGS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XLFLAGS = @XLFLAGS@
|
||||
XLIBS = @XLIBS@
|
||||
XSHM = @XSHM@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_LOCALE = @X_LOCALE@
|
||||
pixmapdir = @pixmapdir@
|
||||
wprefsdir = @wprefsdir@
|
||||
|
||||
defsdatadir = $(pkgdatadir)/Defaults
|
||||
|
||||
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
||||
|
||||
EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
|
||||
|
||||
CLEANFILES = WMWindowAttributes WindowMaker WMState
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../src/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DATA = $(defsdata_DATA)
|
||||
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = tar
|
||||
GZIP = --best
|
||||
all: Makefile $(DATA)
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Defaults/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
||||
install-defsdataDATA: $(defsdata_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(defsdatadir)
|
||||
@list='$(defsdata_DATA)'; for p in $$list; do \
|
||||
if test -f $(srcdir)/$$p; then \
|
||||
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p"; \
|
||||
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(defsdatadir)/$$p; \
|
||||
else if test -f $$p; then \
|
||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(defsdatadir)/$$p; \
|
||||
fi; fi; \
|
||||
done
|
||||
|
||||
uninstall-defsdataDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
list='$(defsdata_DATA)'; for p in $$list; do \
|
||||
rm -f $(DESTDIR)$(defsdatadir)/$$p; \
|
||||
done
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
|
||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
|
||||
subdir = WindowMaker/Defaults
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||
done
|
||||
info:
|
||||
dvi:
|
||||
check: all
|
||||
$(MAKE)
|
||||
installcheck:
|
||||
install-exec:
|
||||
@$(NORMAL_INSTALL)
|
||||
|
||||
install-data: install-defsdataDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
|
||||
install: install-exec install-data all
|
||||
@:
|
||||
|
||||
uninstall: uninstall-defsdataDATA
|
||||
|
||||
install-strip:
|
||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
||||
installdirs:
|
||||
$(mkinstalldirs) $(DATADIR)$(defsdatadir)
|
||||
|
||||
|
||||
mostlyclean-generic:
|
||||
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-rm -f Makefile $(DISTCLEANFILES)
|
||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
||||
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||
mostlyclean: mostlyclean-generic
|
||||
|
||||
clean: clean-generic mostlyclean
|
||||
|
||||
distclean: distclean-generic clean
|
||||
-rm -f config.status
|
||||
|
||||
maintainer-clean: maintainer-clean-generic distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
|
||||
.PHONY: uninstall-defsdataDATA install-defsdataDATA tags distdir info \
|
||||
dvi installcheck install-exec install-data install uninstall all \
|
||||
installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
|
||||
-rm -f WMWindowAttributes
|
||||
sed -e "s:#extension#:@ICONEXT@:" \
|
||||
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
|
||||
chmod 644 WMWindowAttributes
|
||||
|
||||
WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
|
||||
-rm -f WindowMaker
|
||||
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
|
||||
chmod 644 WindowMaker
|
||||
|
||||
WMState: $(srcdir)/WMState.in ./Makefile
|
||||
-rm -f WMState
|
||||
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
|
||||
chmod 644 WMState
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
5
WindowMaker/Defaults/WMGLOBAL
Normal file
5
WindowMaker/Defaults/WMGLOBAL
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
SystemFont = "-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*";
|
||||
BoldSystemFont = "-*-helvetica-bold-r-normal-*-%d-*-*-*-*-*-*-*";
|
||||
DoubleClickTime = 250;
|
||||
}
|
||||
2
WindowMaker/Defaults/WMRootMenu
Executable file
2
WindowMaker/Defaults/WMRootMenu
Executable file
@@ -0,0 +1,2 @@
|
||||
"~/GNUstep/Library/WindowMaker/menu"
|
||||
|
||||
52
WindowMaker/Defaults/WMState
Executable file
52
WindowMaker/Defaults/WMState
Executable file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
Dock = {
|
||||
Applications = (
|
||||
{
|
||||
Command = dockit;
|
||||
Name = dockit.Dockit;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,0";
|
||||
DropCommand = "wmsetbg -u -t %d";
|
||||
},
|
||||
{
|
||||
Command = xterm;
|
||||
Name = xterm.XTerm;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,1";
|
||||
},
|
||||
{
|
||||
Command = "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs";
|
||||
Name = groupLeader.WPrefs;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,2";
|
||||
}
|
||||
);
|
||||
Position = "-64,0";
|
||||
Lowered = Yes;
|
||||
};
|
||||
Clip = {
|
||||
Command = "-";
|
||||
Name = Logo.WMClip;
|
||||
AutoLaunch = No;
|
||||
StartHidden = No;
|
||||
StartMiniaturized = No;
|
||||
Forced = No;
|
||||
Position = "0,0";
|
||||
DropCommand = "wmsetbg -u -t %d";
|
||||
};
|
||||
Workspaces = (
|
||||
{
|
||||
Name = "Main";
|
||||
Clip = {
|
||||
Applications = ();
|
||||
Lowered = Yes;
|
||||
Collapsed = No;
|
||||
AutoAttractIcons = No;
|
||||
KeepAttracted = No;
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
52
WindowMaker/Defaults/WMState.in
Normal file
52
WindowMaker/Defaults/WMState.in
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
Dock = {
|
||||
Applications = (
|
||||
{
|
||||
Command = dockit;
|
||||
Name = dockit.Dockit;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,0";
|
||||
DropCommand = "wmsetbg -u -t %d";
|
||||
},
|
||||
{
|
||||
Command = xterm;
|
||||
Name = xterm.XTerm;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,1";
|
||||
},
|
||||
{
|
||||
Command = "#wprefs#";
|
||||
Name = groupLeader.WPrefs;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
Position = "0,2";
|
||||
}
|
||||
);
|
||||
Position = "-64,0";
|
||||
Lowered = Yes;
|
||||
};
|
||||
Clip = {
|
||||
Command = "-";
|
||||
Name = Logo.WMClip;
|
||||
AutoLaunch = No;
|
||||
StartHidden = No;
|
||||
StartMiniaturized = No;
|
||||
Forced = No;
|
||||
Position = "0,0";
|
||||
DropCommand = "wmsetbg -u -t %d";
|
||||
};
|
||||
Workspaces = (
|
||||
{
|
||||
Name = "Main";
|
||||
Clip = {
|
||||
Applications = ();
|
||||
Lowered = Yes;
|
||||
Collapsed = No;
|
||||
AutoAttractIcons = No;
|
||||
KeepAttracted = No;
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
32
WindowMaker/Defaults/WMWindowAttributes
Executable file
32
WindowMaker/Defaults/WMWindowAttributes
Executable file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
Logo.WMDock = {Icon = GNUstep3D.tiff;};
|
||||
Logo.WMPanel = {Icon = GNUstep3D.tiff;};
|
||||
Logo.WMClip = {Icon = clip.tiff;};
|
||||
Dockit = {Icon = GNUstep3D.tiff;};
|
||||
WMSoundServer = {Icon = Sound.tiff;};
|
||||
XTerm = {Icon = GNUterm.tiff;};
|
||||
NXTerm = {Icon = GNUterm.tiff;};
|
||||
xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";};
|
||||
Netscape = {Icon = Netscape.xpm;};
|
||||
Emacs = {Icon = ColorGNU.xpm;};
|
||||
Ghostview = {Icon = Ghost.xpm;};
|
||||
AcroRead = {AlwaysUserIcon = Yes;Icon = PDF.xpm;};
|
||||
Gimp = {AlwaysUserIcon = Yes;Icon = paint.xpm;};
|
||||
xv = {AlwaysUserIcon = Yes;Icon = xv.xpm;};
|
||||
lyX.XForm = {AlwaysUserIcon = Yes;Icon = WordEditor.xpm;};
|
||||
XPaint = {AlwaysUserIcon = Yes;Icon = Paint.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = Draw.xpm;};
|
||||
XLess = {AlwaysUserIcon = YES;Icon = Reference.xpm;};
|
||||
manualBrowser.Xman = {AlwaysUserIcon = Yes;Icon = Book.xpm;};
|
||||
Xman = {AlwaysUserIcon = Yes;Icon = Bookshelf.xpm;};
|
||||
Stepman = {Icon = Bookshelf.xpm;};
|
||||
Xmag = {Icon = inspect.xpm;};
|
||||
Xmessage = {Icon = Reference.xpm;};
|
||||
XConsole = {Icon = inspect.xpm;Omnipresent = Yes;};
|
||||
Fte = {Icon = Clipboard.xpm;};
|
||||
xjed = {Icon = Clipboard.xpm;};
|
||||
xedit = {Icon = Pencils.24.xpm;};
|
||||
xmcd = {Icon = Radio.xpm;};
|
||||
xplaycd = {Icon = Radio.xpm;};
|
||||
"*" = {Icon = defaultAppIcon.tiff;};
|
||||
}
|
||||
32
WindowMaker/Defaults/WMWindowAttributes.in
Normal file
32
WindowMaker/Defaults/WMWindowAttributes.in
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
Logo.WMDock = {Icon = GNUstep3D.#extension#;};
|
||||
Logo.WMPanel = {Icon = GNUstep3D.#extension#;};
|
||||
Logo.WMClip = {Icon = clip.#extension#;};
|
||||
Dockit = {Icon = GNUstep3D.#extension#;};
|
||||
WMSoundServer = {Icon = Sound.#extension#;};
|
||||
XTerm = {Icon = GNUterm.#extension#;};
|
||||
NXTerm = {Icon = GNUterm.#extension#;};
|
||||
xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";};
|
||||
Netscape = {Icon = Netscape.xpm;};
|
||||
Emacs = {Icon = ColorGNU.xpm;};
|
||||
Ghostview = {Icon = Ghost.xpm;};
|
||||
AcroRead = {AlwaysUserIcon = Yes;Icon = PDF.xpm;};
|
||||
Gimp = {AlwaysUserIcon = Yes;Icon = paint.xpm;};
|
||||
xv = {AlwaysUserIcon = Yes;Icon = xv.xpm;};
|
||||
lyX.XForm = {AlwaysUserIcon = Yes;Icon = WordEditor.xpm;};
|
||||
XPaint = {AlwaysUserIcon = Yes;Icon = Paint.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = Draw.xpm;};
|
||||
XLess = {AlwaysUserIcon = YES;Icon = Reference.xpm;};
|
||||
manualBrowser.Xman = {AlwaysUserIcon = Yes;Icon = Book.xpm;};
|
||||
Xman = {AlwaysUserIcon = Yes;Icon = Bookshelf.xpm;};
|
||||
Stepman = {Icon = Bookshelf.xpm;};
|
||||
Xmag = {Icon = inspect.xpm;};
|
||||
Xmessage = {Icon = Reference.xpm;};
|
||||
XConsole = {Icon = inspect.xpm;Omnipresent = Yes;};
|
||||
Fte = {Icon = Clipboard.xpm;};
|
||||
xjed = {Icon = Clipboard.xpm;};
|
||||
xedit = {Icon = Pencils.24.xpm;};
|
||||
xmcd = {Icon = Radio.xpm;};
|
||||
xplaycd = {Icon = Radio.xpm;};
|
||||
"*" = {Icon = defaultAppIcon.#extension#;};
|
||||
}
|
||||
124
WindowMaker/Defaults/WindowMaker
Executable file
124
WindowMaker/Defaults/WindowMaker
Executable file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
IconPath = (
|
||||
"~/GNUstep/Library/Icons",
|
||||
"/usr/local/share/WindowMaker/Icons",
|
||||
"/usr/local/share/WindowMaker/Pixmaps",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
);
|
||||
PixmapPath = (
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Backgrounds",
|
||||
"/usr/local/share/WindowMaker/Pixmaps",
|
||||
"/usr/local/share/WindowMaker/Backgrounds",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
);
|
||||
IconificationStyle = Zoom;
|
||||
WindowTitleBalloons = YES;
|
||||
IconSize = 64;
|
||||
FocusMode = manual;
|
||||
DisableWSMouseActions = NO;
|
||||
SelectWindowsMouseButton = left;
|
||||
WindowListMouseButton = middle;
|
||||
ApplicationMenuMouseButton = right;
|
||||
ColormapSize = 4;
|
||||
DisableDithering = NO;
|
||||
ModifierKey = Mod1;
|
||||
NewStyle = YES;
|
||||
DisableDock = NO;
|
||||
DisableClip = NO;
|
||||
Superfluous = NO;
|
||||
StickyIcons = NO;
|
||||
SaveSessionOnExit = NO;
|
||||
ColormapMode = auto;
|
||||
RaiseDelay = 0;
|
||||
EdgeResistance = 0;
|
||||
AutoFocus = YES;
|
||||
WindowPlacement = auto;
|
||||
WindowPlaceOrigin = (64, 64);
|
||||
UseSaveUnders = NO;
|
||||
DisableSound = NO;
|
||||
DisableAnimations = NO;
|
||||
DontLinkWorkspaces = YES;
|
||||
AutoArrangeIcons = NO;
|
||||
AdvanceToNewWorkspace = NO;
|
||||
CycleWorkspaces = NO;
|
||||
ResizeDisplay = line;
|
||||
MoveDisplay = corner;
|
||||
OpaqueMove = YES;
|
||||
OnTopTransients = YES;
|
||||
IconPosition = "blh";
|
||||
WrapMenus = NO;
|
||||
ScrollableMenus = YES;
|
||||
MenuScrollSpeed = medium;
|
||||
IconSlideSpeed = medium;
|
||||
ShadeSpeed = medium;
|
||||
DoubleClickTime = 250;
|
||||
AlignSubmenus = NO;
|
||||
NoWindowUnderDock = YES;
|
||||
NoWindowOverIcons = NO;
|
||||
IgnoreFocusClick = NO;
|
||||
CloseKey = None;
|
||||
MaximizeKey = None;
|
||||
VMaximizeKey = None;
|
||||
RaiseLowerKey = None;
|
||||
DontConfirmKill = NO;
|
||||
ShadeKey = None;
|
||||
NextWorkspaceKey = "Mod1+Control+Right";
|
||||
PrevWorkspaceKey = "Mod1+Control+Left";
|
||||
RootMenuKey = F12;
|
||||
WindowListKey = F11;
|
||||
WindowMenuKey = "Control+Escape";
|
||||
RaiseKey = "Mod1+Up";
|
||||
LowerKey = "Mod1+Down";
|
||||
FocusNextKey = "Mod1+Tab";
|
||||
FocusPrevKey = "Mod1+Shift+Tab";
|
||||
Workspace1Key = "Mod1+1";
|
||||
Workspace2Key = "Mod1+2";
|
||||
Workspace3Key = "Mod1+3";
|
||||
Workspace4Key = "Mod1+4";
|
||||
Workspace5Key = "Mod1+5";
|
||||
Workspace6Key = "Mod1+6";
|
||||
Workspace7Key = "Mod1+7";
|
||||
Workspace8Key = "Mod1+8";
|
||||
Workspace9Key = "Mod1+9";
|
||||
Workspace10Key = "Mod1+0";
|
||||
HideKey = "Mod1+H";
|
||||
SelectKey = None;
|
||||
MiniaturizeKey = "Mod1+M";
|
||||
NextWorkspaceLayerKey = None;
|
||||
PrevWorkspaceLayerKey = None;
|
||||
ClipLowerKey = None;
|
||||
ClipRaiseKey = None;
|
||||
ConstrainWindowSize = NO;
|
||||
ClipRaiseLowerKey = None;
|
||||
TitleJustify = center;
|
||||
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
|
||||
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
|
||||
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
HighlightColor = white;
|
||||
HighlightTextColor = black;
|
||||
ClipTitleColor = black;
|
||||
CClipTitleColor = "rgb:61/61/61";
|
||||
FTitleColor = white;
|
||||
PTitleColor = white;
|
||||
UTitleColor = black;
|
||||
MenuTitleColor = white;
|
||||
MenuTextColor = black;
|
||||
MenuDisabledColor = gray50;
|
||||
WorkspaceBack = (solid, "rgb:50/50/75");
|
||||
MenuTextColor = black;
|
||||
FTitleBack = (solid, black);
|
||||
UTitleBack = (solid, "rgb:aa/aa/aa");
|
||||
PTitleBack = (solid, gray40);
|
||||
MenuTitleBack = (solid, black);
|
||||
MenuTextBack = (solid, "rgb:aa/aa/aa");
|
||||
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
||||
}
|
||||
124
WindowMaker/Defaults/WindowMaker.in
Normal file
124
WindowMaker/Defaults/WindowMaker.in
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
IconPath = (
|
||||
"~/GNUstep/Library/Icons",
|
||||
"#pkgdatadir#/Icons",
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
);
|
||||
PixmapPath = (
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Backgrounds",
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"#pkgdatadir#/Backgrounds",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
);
|
||||
IconificationStyle = Zoom;
|
||||
WindowTitleBalloons = YES;
|
||||
IconSize = 64;
|
||||
FocusMode = manual;
|
||||
DisableWSMouseActions = NO;
|
||||
SelectWindowsMouseButton = left;
|
||||
WindowListMouseButton = middle;
|
||||
ApplicationMenuMouseButton = right;
|
||||
ColormapSize = 4;
|
||||
DisableDithering = NO;
|
||||
ModifierKey = Mod1;
|
||||
NewStyle = YES;
|
||||
DisableDock = NO;
|
||||
DisableClip = NO;
|
||||
Superfluous = NO;
|
||||
StickyIcons = NO;
|
||||
SaveSessionOnExit = NO;
|
||||
ColormapMode = auto;
|
||||
RaiseDelay = 0;
|
||||
EdgeResistance = 0;
|
||||
AutoFocus = YES;
|
||||
WindowPlacement = auto;
|
||||
WindowPlaceOrigin = (64, 64);
|
||||
UseSaveUnders = NO;
|
||||
DisableSound = NO;
|
||||
DisableAnimations = NO;
|
||||
DontLinkWorkspaces = YES;
|
||||
AutoArrangeIcons = NO;
|
||||
AdvanceToNewWorkspace = NO;
|
||||
CycleWorkspaces = NO;
|
||||
ResizeDisplay = line;
|
||||
MoveDisplay = corner;
|
||||
OpaqueMove = YES;
|
||||
OnTopTransients = YES;
|
||||
IconPosition = "blh";
|
||||
WrapMenus = NO;
|
||||
ScrollableMenus = YES;
|
||||
MenuScrollSpeed = medium;
|
||||
IconSlideSpeed = medium;
|
||||
ShadeSpeed = medium;
|
||||
DoubleClickTime = 250;
|
||||
AlignSubmenus = NO;
|
||||
NoWindowUnderDock = YES;
|
||||
NoWindowOverIcons = NO;
|
||||
IgnoreFocusClick = NO;
|
||||
CloseKey = None;
|
||||
MaximizeKey = None;
|
||||
VMaximizeKey = None;
|
||||
RaiseLowerKey = None;
|
||||
DontConfirmKill = NO;
|
||||
ShadeKey = None;
|
||||
NextWorkspaceKey = "Mod1+Control+Right";
|
||||
PrevWorkspaceKey = "Mod1+Control+Left";
|
||||
RootMenuKey = F12;
|
||||
WindowListKey = F11;
|
||||
WindowMenuKey = "Control+Escape";
|
||||
RaiseKey = "Mod1+Up";
|
||||
LowerKey = "Mod1+Down";
|
||||
FocusNextKey = "Mod1+Tab";
|
||||
FocusPrevKey = "Mod1+Shift+Tab";
|
||||
Workspace1Key = "Mod1+1";
|
||||
Workspace2Key = "Mod1+2";
|
||||
Workspace3Key = "Mod1+3";
|
||||
Workspace4Key = "Mod1+4";
|
||||
Workspace5Key = "Mod1+5";
|
||||
Workspace6Key = "Mod1+6";
|
||||
Workspace7Key = "Mod1+7";
|
||||
Workspace8Key = "Mod1+8";
|
||||
Workspace9Key = "Mod1+9";
|
||||
Workspace10Key = "Mod1+0";
|
||||
HideKey = "Mod1+H";
|
||||
SelectKey = None;
|
||||
MiniaturizeKey = "Mod1+M";
|
||||
NextWorkspaceLayerKey = None;
|
||||
PrevWorkspaceLayerKey = None;
|
||||
ClipLowerKey = None;
|
||||
ClipRaiseKey = None;
|
||||
ConstrainWindowSize = NO;
|
||||
ClipRaiseLowerKey = None;
|
||||
TitleJustify = center;
|
||||
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
|
||||
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
|
||||
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
HighlightColor = white;
|
||||
HighlightTextColor = black;
|
||||
ClipTitleColor = black;
|
||||
CClipTitleColor = "rgb:61/61/61";
|
||||
FTitleColor = white;
|
||||
PTitleColor = white;
|
||||
UTitleColor = black;
|
||||
MenuTitleColor = white;
|
||||
MenuTextColor = black;
|
||||
MenuDisabledColor = gray50;
|
||||
WorkspaceBack = (solid, "rgb:50/50/75");
|
||||
MenuTextColor = black;
|
||||
FTitleBack = (solid, black);
|
||||
UTitleBack = (solid, "rgb:aa/aa/aa");
|
||||
PTitleBack = (solid, gray40);
|
||||
MenuTitleBack = (solid, black);
|
||||
MenuTextBack = (solid, "rgb:aa/aa/aa");
|
||||
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
||||
}
|
||||
Reference in New Issue
Block a user