1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

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-18 17:54:06 +01:00
committed by Carlos R. Mafra
parent f2585dc1f7
commit 2075881f2d

View File

@@ -2,12 +2,12 @@
Dock = { Dock = {
Applications = ( Applications = (
{ {
Command = "-"; Command = "#wprefs#";
Name = Logo.WMDock; Name = Logo.WMDock;
AutoLaunch = No; AutoLaunch = No;
Forced = No; Forced = No;
Position = "0,0"; Position = "0,0";
DropCommand = "wmsetbg -u -t %d"; Lock = Yes;
}, },
{ {
Command = xterm; Command = xterm;
@@ -15,14 +15,6 @@
AutoLaunch = No; AutoLaunch = No;
Forced = No; Forced = No;
Position = "0,1"; Position = "0,1";
},
{
Command = "#wprefs#";
Name = groupLeader.WPrefs;
AutoLaunch = No;
Forced = No;
Position = "0,2";
Lock = Yes;
} }
); );
Position = "-64,0"; Position = "-64,0";