1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00
Files
wmaker/WindowMaker/Defaults/WMState.in
Kamil Rytarowski 2075881f2d Change behaviour of the GNUstep dockapp
Make it launch WPrefs instead of displaying GNUstep information.

GNUstep information under a dockbutton is unneeded and it's commonly replaced
by WPrefs. This also is giving one extra space for another dockapp.
2012-02-19 10:04:56 +00:00

46 lines
782 B
Plaintext

{
Dock = {
Applications = (
{
Command = "#wprefs#";
Name = Logo.WMDock;
AutoLaunch = No;
Forced = No;
Position = "0,0";
Lock = Yes;
},
{
Command = xterm;
Name = xterm.XTerm;
AutoLaunch = No;
Forced = No;
Position = "0,1";
}
);
Position = "-64,0";
Lowered = No;
};
Clip = {
Command = "-";
Name = Logo.WMClip;
AutoLaunch = No;
StartHidden = No;
StartMiniaturized = No;
Forced = No;
Position = "0,0";
DropCommand = "wmsetbg -u -t %d";
};
Workspaces = (
{
Name = "Main";
Clip = {
Applications = ();
Lowered = Yes;
Collapsed = No;
AutoAttractIcons = No;
KeepAttracted = No;
};
}
);
}