mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
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.
46 lines
782 B
Plaintext
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;
|
|
};
|
|
}
|
|
);
|
|
}
|