mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 14:54:13 +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:
committed by
Carlos R. Mafra
parent
f2585dc1f7
commit
2075881f2d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user