mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 22:25:48 +01:00
Update for 0.51.0
This commit is contained in:
@@ -65,8 +65,6 @@ DFLAGS = @DFLAGS@
|
||||
GFXFLAGS = @GFXFLAGS@
|
||||
GFXLFLAGS = @GFXLFLAGS@
|
||||
GFXLIBS = @GFXLIBS@
|
||||
I18N = @I18N@
|
||||
I18N_MB = @I18N_MB@
|
||||
ICONEXT = @ICONEXT@
|
||||
INTLIBS = @INTLIBS@
|
||||
LD = @LD@
|
||||
@@ -79,19 +77,13 @@ NLSDIR = @NLSDIR@
|
||||
NM = @NM@
|
||||
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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Logo.WMPanel = {Icon = GNUstep3D.tiff;};
|
||||
Logo.WMClip = {Icon = clip.tiff;};
|
||||
Dockit = {Icon = GNUstep3D.tiff;};
|
||||
WMSoundServer = {Icon = Sound.tiff;};
|
||||
WMSoundServer = {Icon = sound.tiff;};
|
||||
XTerm = {Icon = GNUterm.tiff;};
|
||||
NXTerm = {Icon = GNUterm.tiff;};
|
||||
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
|
||||
@@ -13,16 +13,17 @@
|
||||
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;};
|
||||
bookmarks.Netscape = {NoAppIcon = YES;};
|
||||
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;};
|
||||
AcroRead = {AlwaysUserIcon = Yes;Icon = pdf.tiff;};
|
||||
Gimp = {AlwaysUserIcon = Yes;Icon = wilber.tiff;};
|
||||
xv = {AlwaysUserIcon = Yes;Icon = xv.tiff;};
|
||||
lyX.XForm = {AlwaysUserIcon = Yes;Icon = write.tiff;};
|
||||
XPaint = {AlwaysUserIcon = Yes;Icon = Paint.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = Draw.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = draw.tiff;};
|
||||
XLess = {AlwaysUserIcon = YES;Icon = Reference.xpm;};
|
||||
manualBrowser.Xman = {AlwaysUserIcon = Yes;Icon = Book.xpm;};
|
||||
Xman = {AlwaysUserIcon = Yes;Icon = Bookshelf.xpm;};
|
||||
@@ -32,7 +33,8 @@
|
||||
XConsole = {Icon = inspect.xpm;Omnipresent = Yes;};
|
||||
Fte = {Icon = Clipboard.xpm;};
|
||||
xjed = {Icon = Clipboard.xpm;};
|
||||
xedit = {Icon = Pencils.24.xpm;};
|
||||
xedit = {Icon = notepad.tiff;};
|
||||
xmixer = {Icon = mixer.tiff;};
|
||||
xmcd = {Icon = Radio.xpm;};
|
||||
xplaycd = {Icon = Radio.xpm;};
|
||||
"*" = {Icon = defaultAppIcon.tiff;};
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Logo.WMPanel = {Icon = GNUstep3D.#extension#;};
|
||||
Logo.WMClip = {Icon = clip.#extension#;};
|
||||
Dockit = {Icon = GNUstep3D.#extension#;};
|
||||
WMSoundServer = {Icon = Sound.#extension#;};
|
||||
WMSoundServer = {Icon = sound.#extension#;};
|
||||
XTerm = {Icon = GNUterm.#extension#;};
|
||||
NXTerm = {Icon = GNUterm.#extension#;};
|
||||
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
|
||||
@@ -13,16 +13,17 @@
|
||||
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;};
|
||||
bookmarks.Netscape = {NoAppIcon = YES;};
|
||||
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;};
|
||||
AcroRead = {AlwaysUserIcon = Yes;Icon = pdf.#extension#;};
|
||||
Gimp = {AlwaysUserIcon = Yes;Icon = wilber.#extension#;};
|
||||
xv = {AlwaysUserIcon = Yes;Icon = xv.#extension#;};
|
||||
lyX.XForm = {AlwaysUserIcon = Yes;Icon = write.#extension#;};
|
||||
XPaint = {AlwaysUserIcon = Yes;Icon = Paint.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = Draw.xpm;};
|
||||
Fig = {AlwaysUserIcon = Yes;Icon = draw.#extension#;};
|
||||
XLess = {AlwaysUserIcon = YES;Icon = Reference.xpm;};
|
||||
manualBrowser.Xman = {AlwaysUserIcon = Yes;Icon = Book.xpm;};
|
||||
Xman = {AlwaysUserIcon = Yes;Icon = Bookshelf.xpm;};
|
||||
@@ -32,7 +33,8 @@
|
||||
XConsole = {Icon = inspect.xpm;Omnipresent = Yes;};
|
||||
Fte = {Icon = Clipboard.xpm;};
|
||||
xjed = {Icon = Clipboard.xpm;};
|
||||
xedit = {Icon = Pencils.24.xpm;};
|
||||
xedit = {Icon = notepad.#extension#;};
|
||||
xmixer = {Icon = mixer.#extension#;};
|
||||
xmcd = {Icon = Radio.xpm;};
|
||||
xplaycd = {Icon = Radio.xpm;};
|
||||
"*" = {Icon = defaultAppIcon.#extension#;};
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
OpenTransientOnOwnerWorkspace = NO;
|
||||
EdgeResistance = 5;
|
||||
IconificationStyle = Zoom;
|
||||
IconPath = (
|
||||
@@ -50,7 +51,6 @@
|
||||
ResizeDisplay = line;
|
||||
MoveDisplay = floating;
|
||||
OpaqueMove = YES;
|
||||
OnTopTransients = YES;
|
||||
IconPosition = "blh";
|
||||
WrapMenus = NO;
|
||||
ScrollableMenus = YES;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
OpenTransientOnOwnerWorkspace = NO;
|
||||
EdgeResistance = 5;
|
||||
IconificationStyle = Zoom;
|
||||
IconPath = (
|
||||
@@ -50,7 +51,6 @@
|
||||
ResizeDisplay = line;
|
||||
MoveDisplay = floating;
|
||||
OpaqueMove = YES;
|
||||
OnTopTransients = YES;
|
||||
IconPosition = "blh";
|
||||
WrapMenus = NO;
|
||||
ScrollableMenus = YES;
|
||||
|
||||
Reference in New Issue
Block a user