From 2075881f2d18e7bad9fcc7c6a03f1a39505ebe35 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Sat, 18 Feb 2012 17:54:06 +0100 Subject: [PATCH] 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. --- WindowMaker/Defaults/WMState.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/WindowMaker/Defaults/WMState.in b/WindowMaker/Defaults/WMState.in index bdcef36d..aefcfdf7 100644 --- a/WindowMaker/Defaults/WMState.in +++ b/WindowMaker/Defaults/WMState.in @@ -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";