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