Mutiple backgrounds
Duncan Anderson <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <[email protected]> |
Greetings If you edit your ~/GNUstep/Defaults/WindowMaker file, an interesting effect may be created by means of a directive called "WorkspaceSpecificBack" whereby you can have a different background for each workspace. Once you have multiple backgrounds, is there any way of turning them off without manually editing the file? cheers Duncan ps. see attached example of file containing this feature _______________________________________________ INFO: https://windowmaker.org/lists/listinfo/wm-user ARCHIVE: https://windowmaker.org/lists/archive/wm-user/ FAQ: http://windowmaker.org/faq.html
WindowMaker
(text/plain, 2.7 KB)
{
WorkspaceNameDisplayPosition = center;
HighlightColor = "#ffffff";
AdvanceToNewWorkspace = YES;
IconSize = 24;
WindowShortcut7Key = None;
FTitleColor = "#ffffff";
AppIconBalloons = YES;
CycleWorkspaces = YES;
AntialiasedText = NO;
DisableDock = YES;
WorkspaceSpecificBack = ((
spixmap,
"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/blackforestmist1.jpg",
black
),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/blackforestmist2.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/strasbourg01.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/zurich02.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/fluelapass9.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/schlossplatzstuttgart1.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/strasbourg02.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/fluelapass14.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/fluelapass8.jpg",black),
(spixmap,"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds/fluelapass15.jpg",black));
MoveResizeKey = None;
HideOthersKey = None;
SmoothWorkspaceBack = NO;
WindowShortcut10Key = None;
PixmapPath = (
"/home/duncan/GNUstep/Library/WindowMaker/Pixmaps",
"/home/duncan/GNUstep/Library/WindowMaker/Backgrounds",
"/usr/share/WindowMaker/Pixmaps",
"/usr/share/WindowMaker/Backgrounds",
"/usr/X11R6/include/X11/pixmaps",
"/usr/local/share/pixmaps",
"/usr/share/pixmaps"
);
MiniwindowTitleBalloons = YES;
NoWindowOverDock = NO;
WindowTitleFont = "Trebuchet MS,Luxi Sans:weight=200:pixelsize=12";
UTitleColor = "#000000";
IconPath = (
"/home/duncan/GNUstep/Library/Icons",
"/usr/share/WindowMaker/Icons",
"/usr/share/WindowMaker/Pixmaps",
"/usr/X11R6/include/X11/pixmaps",
"/home/duncan/GNUstep/Library/WindowMaker/Pixmaps",
"/usr/share/icons",
"/usr/local/share/pixmaps",
"/usr/share/pixmaps"
);
MenuDisabledColor = "#7f7f7f";
FocusMode = sloppy;
PTitleColor = "#ffffff";
Attraction = NO;
RaiseDelay = 800;
WindowShortcut1Key = None;
DontLinkWorkspaces = NO;
WindowShortcut2Key = None;
HelpBalloons = YES;
WindowShortcut3Key = None;
CirculateRaise = YES;
WindowShortcut8Key = None;
DisableMiniwindows = YES;
WindowShortcut4Key = None;
ScreenSwitchKey = None;
DisableClip = YES;
MenuTextColor = "#000000";
WindowShortcut9Key = None;
WindowShortcut5Key = None;
HighlightTextColor = "#000000";
AutoArrangeIcons = YES;
HMaximizeKey = None;
WindowShortcut6Key = None;
DisableBlinking = NO;
MenuTitleColor = "#ffffff";
}