[PC-BSD Commits] r12868 - pcbsd/current/system-overlay/usr/share/skel/GNUstep/Defaults
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 19 12:42:52 PDT 2011
Author: kris
Date: 2011-09-19 12:42:52 -0700 (Mon, 19 Sep 2011)
New Revision: 12868
Modified:
pcbsd/current/system-overlay/usr/share/skel/GNUstep/Defaults/WindowMaker
Log:
Use the default wallpaper for window maker
Modified: pcbsd/current/system-overlay/usr/share/skel/GNUstep/Defaults/WindowMaker
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/GNUstep/Defaults/WindowMaker 2011-09-19 19:41:34 UTC (rev 12867)
+++ pcbsd/current/system-overlay/usr/share/skel/GNUstep/Defaults/WindowMaker 2011-09-19 19:42:52 UTC (rev 12868)
@@ -1,17 +1,88 @@
{
+ FTitleColor = white;
+ DontLinkWorkspaces = NO;
+ WindowTitleBalloons = NO;
+ MenuDisabledColor = gray40;
+ DisableDock = NO;
+ Superfluous = NO;
+ IconTitleBack = "#101040";
+ PixmapPath = (
+ "/usr/local/share/WindowMaker/Pixmaps",
+ "/usr/local/share/WindowMaker/Backgrounds",
+ "/usr/local/share/pixmaps"
+ );
+ FTitleBack = (dgradient, "rgb:00/00/10", "rgb:20/20/70");
+ RaiseDelay = 0;
+ ClipTitleFont = "Verdana:bold:pixelsize=10";
+ OpaqueMove = NO;
+ IconTitleFont = "Arial,Luxi Sans:pixelsize=9";
+ MenuTextBack = (hgradient, "rgb:d0/d0/d0", "rgb:80/80/80");
+ ColormapSize = 2;
+ LargeDisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=24";
+ WindowPlacement = auto;
+ DisableClip = NO;
+ CycleWorkspaces = NO;
+ AutoFocus = NO;
+ DisableAnimations = NO;
+ DisableDithering = NO;
+ IconificationStyle = zoom;
+ MoveDisplay = corner;
+ TitleJustify = left;
+ IconTitleColor = white;
+ MenuTextColor = black;
+ Attraction = NO;
+ IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
+ ScrollableMenus = NO;
+ MenuTitleColor = white;
+ MenuTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
+ NewStyle = YES;
+ SmoothWorkspaceBack = NO;
+ WorkspaceNameDisplayPosition = center;
+ IconSize = 24;
+ IconPosition = blh;
+ AlignSubmenus = NO;
+ ShadeSpeed = medium;
+ MenuTextFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
+ NoWindowOverDock = NO;
+ WorkspaceBack = (
+ tpixmap,
+ "/home/kris/GNUstep/Library/WindowMaker/Backgrounds/pcbsd-default.jpg",
+ gray20
+ );
+ NoWindowOverIcons = NO;
+ HighlightTextColor = black;
+ AdvanceToNewWorkspace = NO;
+ MenuTitleBack = (dgradient, "rgb:00/00/20", "rgb:20/20/70");
+ EdgeResistance = 0;
+ MenuScrollSpeed = medium;
+ AutoArrangeIcons = NO;
+ ClipTitleColor = black;
+ IgnoreFocusClick = NO;
+ HighlightColor = white;
+ WorkspaceBorder = None;
+ WindowTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
+ FocusMode = manual;
+ WrapMenus = NO;
+ WindowPlaceOrigin = (0, 0);
+ CClipTitleColor = "rgb:61/61/61";
+ IconSlideSpeed = medium;
+ ResizebarBack = (solid, "#b0b0b0");
+ MenuStyle = normal;
IconPath = (
"/usr/local/share/WindowMaker/Icons",
"/usr/local/share/WindowMaker/Pixmaps",
"/usr/local/share/pixmaps",
"/usr/local/share/pcbsd/pc-controlpanel/icons"
);
- HelpBalloons = NO;
- PixmapPath = (
- "/usr/local/share/WindowMaker/Pixmaps",
- "/usr/local/share/WindowMaker/Backgrounds",
- "/usr/local/share/pixmaps"
- );
- AppIconBalloons = NO;
- MiniwindowTitleBalloons = NO;
- CirculateRaise = NO;
+ DisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
+ DisableSound = NO;
+ PTitleBack = (dgradient, "rgb:50/50/50", "rgb:80/80/80");
+ WorkspaceBorderSize = 0;
+ OpenTransientOnOwnerWorkspace = NO;
+ UTitleColor = gray20;
+ UTitleBack = (dgradient, "rgb:90/90/90", "rgb:d0/d0/d0");
+ PTitleColor = white;
+ ResizeDisplay = corner;
+ StickyIcons = NO;
+ ColormapMode = auto;
}
More information about the Commits
mailing list