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.
This commit is contained in:
Kamil Rytarowski
2012-02-19 10:04:56 +00:00
committed by Carlos R. Mafra
parent f2585dc1f7
commit 2075881f2d
+2 -10
View File
@@ -2,12 +2,12 @@
Dock = {
Applications = (
{
Command = "-";
Command = "#wprefs#";
Name = Logo.WMDock;
AutoLaunch = No;
Forced = No;
Position = "0,0";
DropCommand = "wmsetbg -u -t %d";
Lock = Yes;
},
{
Command = xterm;
@@ -15,14 +15,6 @@
AutoLaunch = No;
Forced = No;
Position = "0,1";
},
{
Command = "#wprefs#";
Name = groupLeader.WPrefs;
AutoLaunch = No;
Forced = No;
Position = "0,2";
Lock = Yes;
}
);
Position = "-64,0";