The following patches are maintained by: WindowMaker-0.70.0-alt-dockhotkeys.patch ? Allows you to associate keyboard shortcut with docked appicons. With that patch "Settings..." dialog box is modified so it have additional text field for entering keyboard shortcut. All appicons are processed even on inactive workspaces. WindowMaker-0.80.1-alt-restartscrpt.patch ? This patch makes WindowMaker run exitscript on restart. TODO: there should be an option to disable runnig existscript on exit for those who want old behavior. WindowMaker-0.80.1-alt-nousrscrpt.patch ? This patch allows WindowMaker to run systemwide autostart/exitscript scripts independently of user provided scripts. User can disable runnig of any startup script pairs. This makes system more flexible. Sysadmin, for example, can make script to display some very important message to every WindowMaker user. WindowMaker-0.80.1-alt-appsdir.patch ? Author of this patch is Sir Raorn This patch adds support for .../GNUstep/Applications directory used in the latest GNUstep. WindowMaker-0.80.1-alt-session.patch ? This patch is a dirty hack that changes a way sessions saved. Sessions is broken if SharedAppicon is used. Only first window of application with shared appicon is saved. This patch makes WindowMaker save all windows of all applications. This may introduce troubles if some diaolgs were open at the moment of saving. It is known that gmc is having such troubles and there will be new instances loaded for every icon on desktop. WindowMaker-0.80.1-cvs-alt-menutrans.patch ? This patch makes WindowMaker translate menus "on the fly". It very useful for generated menu (like in Debian or ALT Linux). WindowMaker-0.80.1-cvs-alt-vlaad-newbuttons.patch ? This patch has a long history. It adds new buttons style to window titles. I have added four buttons to indicate xkb group. This patch also available from here . WindowMaker-0.80.1-cvs-alt-mmx.patch ? This patch adds --disable-mmx option to configure script. It allows to bypass compilation of inline assembly where it cause problems. (ie. ewhen using gcc3 with optimization) WindowMaker-0.80.2-cvs-alt-textfield.patch ? This patch adds WMGetTextFieldCursorPosition function to WINGs library. WindowMaker-0.80.2-cvs-alt-adialog.patch ? This patch adds history to some dialog boxes. To use it replace %a with %A in menu file (like in "Run..." menu item).You can specify third parameter to %A to use different histories for differen dialogs. All history files is kept in ~/GNUstep/.AppInfo/WindowMaker/. Number of histroy lines controlled by DialogHistoryLines parameter (one for all dialogs). Default is to keep 500 lines. Also commands and directories completion added. Press Tab to complete something. You need to apply WindowMaker-0.80.2-cvs-alt-textfield.patch before applying this patch. WindowMaker-0.80.2-cvs-alt-clipnotext.patch ? This patch adds option to remove workspace name form clip. Set ShowClipTitle = No in ~/GNUstep/Defaults/WindowMaker. WindowMaker-0.80.2-cvs-alt-titlebar.patch ? Window titlebar height depends on font used. This patch adds four new parameters WindowTitleMinHeight, WindowTitleMaxHeight, MenuTitleMinHeight and MenuTitleMaxHeight, which allows little more control over titlebar height.