1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 01:12:30 +01:00

Debian 0.95.3-20120909-1 version

This is not a final version, is only a version for developers.

This version includes compatibility with debconf 9.
This version will be modified to change the libwutil2 symbols
to a new upstream version, probably 0.95.4.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-07-16 07:58:47 +02:00
committed by Carlos R. Mafra
parent 5d8dfa4764
commit 0e995bbf6e
8 changed files with 72 additions and 64 deletions

View File

@@ -10,25 +10,21 @@
EdgeResistance = 30;
IconificationStyle = Zoom;
IconPath = (
"~/pixmaps",
"~/GNUstep/Library/Icons",
"/usr/local/share/WindowMaker/Icons",
"/usr/share/WindowMaker/Icons",
"/usr/local/share/icons",
"/usr/share/icons",
"/usr/X11R6/include/X11/pixmaps"
);
PixmapPath = (
"~/pixmaps",
"~/GNUstep/Library/WindowMaker/Backgrounds",
"~/GNUstep/Library/WindowMaker/Pixmaps",
"/usr/local/share/WindowMaker/Backgrounds",
"~/GNUstep/Library/WindowMaker/Backgrounds",
"/usr/local/share/WindowMaker/Pixmaps",
"/usr/local/share/WindowMaker/Backgrounds",
"/usr/share/WindowMaker/Backgrounds",
"/usr/share/WindowMaker/Pixmaps",
"/usr/local/share/pixmaps",
"/usr/share/pixmaps",
"/usr/X11R6/include/X11/pixmaps"
);
WindowTitleBalloons = YES;
IconSize = 64;
@@ -41,7 +37,7 @@
ColormapSize = 4;
DisableDithering = NO;
ModifierKey = Mod1;
NewStyle = new;
NewStyle = "new";
DisableDock = NO;
DisableClip = NO;
Superfluous = NO;
@@ -62,7 +58,7 @@
ResizeDisplay = line;
MoveDisplay = floating;
OpaqueMove = YES;
IconPosition = blh;
IconPosition = "blh";
WrapMenus = NO;
ScrollableMenus = YES;
MenuScrollSpeed = fast;
@@ -139,5 +135,3 @@
ResizebarBack = (solid, "rgb:aa/aa/aa");
MenuStyle = normal;
}