mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
WMRootMenu is now plmenu instead of a text menu
This commit is contained in:
@@ -3,7 +3,7 @@ defsdatadir = $(sysconfdir)/WindowMaker
|
||||
|
||||
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
|
||||
|
||||
EXTRA_DIST = WMRootMenu WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
|
||||
EXTRA_DIST = WMGLOBAL WMWindowAttributes.in WindowMaker.in WMState.in
|
||||
|
||||
CLEANFILES = WMWindowAttributes WindowMaker WMState
|
||||
|
||||
@@ -24,3 +24,6 @@ WMState: $(srcdir)/WMState.in
|
||||
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
|
||||
chmod 644 WMState
|
||||
|
||||
WMRootMenu: $(srcdir)/../plmenu
|
||||
-cp -f ../plmenu WMRootMenu
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
SystemFont = "-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*";
|
||||
BoldSystemFont = "-*-helvetica-bold-r-normal-*-%d-*-*-*-*-*-*-*";
|
||||
FloppyPath = "/floppy";
|
||||
MultiByteText = NO;
|
||||
MultiByteText = AUTO;
|
||||
DoubleClickTime = 250;
|
||||
MouseWheelUp = Button4;
|
||||
MouseWheelDown = Button5;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
"~/GNUstep/Library/WindowMaker/menu"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
MultiByteText = NO;
|
||||
SmoothWorkspaceBack = NO;
|
||||
WindozeCycling = YES;
|
||||
PopupSwitchMenu = NO;
|
||||
|
||||
Reference in New Issue
Block a user