On Sun, 18 May 2014 at 22:17:04 -0500, Doug Torrance wrote:
> In response to Amadeusz's comments regarding my patch "WPrefs: Add ability to
> edit FrameBorderColor/FrameSelectedBorderColor", this new patch attempts to
> reduce the confusion between focused and selected windows. In particular,
> only the frame border color for non-selected windows appears in the preview.
> The frame border color for selected window colors can still be changed, but it
> does not appear in the preview. In addition, the hand icon has been removed
> from the preview for these two options.
>
> I also looked into the possibility of adding a new border color for focused
> windows. This appears to be nontrivial, as the border color belongs to
> WFrameWindow, but the state of being focused belongs to WWindow.
Thanks for the patch. I haven't investigated this yet, but it appears
that WPrefs is not saving the changes to the colors.
I just made the test, I changed the "Focused Window Title" color from
white to yellow and pressed "Save" and created a diff for the changes
in ~GNUstep/Defaults/WindowMaker config file. The result appears to
be random reshuffling and no changes to FTtitleColor was made.
Btw, changing the border color had no effect either. How did you test
this?
Off-topic: I never noticed how desorganized the WindowMaker file is, there
is no apparent grouping of similar configuration entries. And now I noticed
that saving the "changes" reshuffles them. I'd expect that if no changes
were made, the file would be the same :-(
--- WindowMaker 2014-05-19 09:48:40.261322524 +0100
+++ WindowMaker-backup 2014-05-19 09:47:49.643324668 +0100
@@ -42,10 +42,10 @@
MoveToWorkspace2Key = None;
MenuTitleColor = "#e8fd00";
WindowShortcut3Key = "Control+3";
- ClipAutolowerDelay = 600;
MenuTitleFont = "FreeSans:slant=0:weight=200:width=100:pixelsize=18";
- SmoothWorkspaceBack = YES;
+ ClipAutolowerDelay = 600;
WindowRelaunchKey = None;
+ SmoothWorkspaceBack = YES;
WindowShortcut4Key = None;
ShadeSpeed = ultraslow;
NoWindowOverDock = YES;
@@ -56,11 +56,11 @@
MenuScrollSpeed = ultraslow;
WindowShortcut9Key = None;
HelpBalloons = NO;
- AutoArrangeIcons = YES;
- MoveResizeKey = None;
PrevWorkspaceKey = "Mod1+Left";
- AppIconBalloons = YES;
+ MoveResizeKey = None;
+ AutoArrangeIcons = YES;
ClipTitleColor = white;
+ AppIconBalloons = YES;
WindowTitleFont = "Courier:slant=0:weight=80:width=100:pixelsize=16";
MoveToWorkspace8Key = None;
RunKey = F2;
@@ -117,33 +117,33 @@
"#464771",
"#595090"
);
- AntialiasedText = YES;
DisableBlinking = NO;
+ AntialiasedText = YES;
MoveToWorkspace5Key = None;
WindowTitleExtendSpace = 0;
- FocusPrevKey = None;
NormalCursor = (builtin, left_ptr);
+ FocusPrevKey = None;
WorkspaceNameDisplayPosition = center;
FShadowColor = black;
AClipColor = "#ffbb00";
MenuTextFont = "Latin Modern Sans
Quotation:slant=0:weight=80:width=100:pixelsize=18";
- MShadowColor = black;
ScreenSwitchKey = None;
+ MShadowColor = black;
MenuTitleBack = (mvgradient, "#18191f", "#474967", "#413b6d");
- IClipColor = "#ff5500";
MoveToNextWorkspaceKey = None;
+ IClipColor = "#ff5500";
HMaximizeKey = "Mod1+J";
- SwitchPanelOnlyOpen = YES;
CloseKey = "Mod1+Q";
+ SwitchPanelOnlyOpen = YES;
HighlightColor = "#ffffff";
FocusMode = sloppy;
- GroupPrevKey = None;
NextWorkspaceKey = "Mod1+Right";
+ GroupPrevKey = None;
WrapMenus = YES;
- MinimizeAllKey = None;
MoveToWorkspace3Key = None;
- VMaximizeKey = "Mod1+V";
+ MinimizeAllKey = None;
CClipTitleColor = gray60;
+ VMaximizeKey = "Mod1+V";
IconSlideSpeed = ultraslow;
WindowShortcut5Key = None;
MenuStyle = flat;
@@ -157,14 +157,14 @@
);
FrameBorderWidth = 1;
PTitleBack = (mhgradient, "#5a5c66", "rgb:70/72/7e", "rgb:45/47/4e");
- WindowShortcut6Key = None;
MenuTextExtendSpace = 0;
+ WindowShortcut6Key = None;
UTitleColor = "#333333";
- ViKeyMenus = YES;
BounceAppIconsWhenUrgent = YES;
+ ViKeyMenus = YES;
UTitleBack = (mhgradient, "#989aa6", "#9fa1b5", "#86879b");
- HighlightActiveApp = YES;
CirculateRaise = YES;
+ HighlightActiveApp = YES;
PTitleColor = "#ffffff";
MoveToWorkspace4Key = None;
RTCMaximizeKey = "Mod1+S";
--
To unsubscribe, send mail to [email protected].