Subject: CVS commit: pkgsrc/wm/windowmaker
From: Adam Ciarcinski
Date: 2023-08-09 19:46:26
Message id: 20230809174626.B253FFBDB@cvs.NetBSD.org

Log Message:
windowmaker: updated to 0.96.0

Window Maker 0.96.0 was released on August 5th 2023

Screen corners can be assigned an external command to be executed when the mouse \ 
pointer is entering those areas. In WPrefs, “Hot Corner Shortcut \ 
Preferences” can be used for configuration or by manually adding a \ 
“HotCorners” key and value to “YES” in the \ 
~/GNUstep/Defaults/WindowMaker file. Hot Corners feature is disabled by default. \ 
Actions are specified by the “HotCornerActions” and are defined as a four \ 
entries list (“top left action”, “top right action”, “bottom left \ 
action”, “bottom right action”). A screen corner area is a cube shape \ 
defined by the “HotCornerEdge” which is a number of pixels from 2 (by \ 
default) to 10. To lower the risk of triggering that feature accidentally a \ 
“HotCornerDelay” key can be used which is the time before the action is \ 
triggered while the pointer is in one of the screen corner. Default value is 250 \ 
ms.

In WPrefs “Keyboard Shortcut Preferences” tab, three new actions can be \ 
configured: “Capture a portion of the screen”, “Capture a window”, \ 
“Capture the entire screen”. The file is saved in \ 
~/GNUstep/Library/WindowMaker/Screenshots directory under a filename format \ 
“screenshot_%Y-%m-%d_at_%H:%M:%S” followed by the extension. Which can be \ 
png or jpg based on WRaster dependencies.

libXRes is now an optional dependency. XRes the resource extension for the X \ 
protocol is used to find the underlying processes (and PIDs) responsible for \ 
displaying the windows.

Support for _NET_WM_FULLSCREEN_MONITORS hint. That hint allows applications that \ 
support it to be set as fullscreen on multiple heads. It depends on Xinerama \ 
extension support.

To keep the dock on the primary head in a multi-head setup, set the option \ 
“KeepDockOnPrimaryHead” in ~/GNUstep/Defaults/WindowMaker to “YES” or \ 
click “Keep dock on primary head” under the WPrefs “Expert User \ 
Preferences” tab.

Files:
RevisionActionfile
1.141modifypkgsrc/wm/windowmaker/Makefile
1.24modifypkgsrc/wm/windowmaker/PLIST
1.48modifypkgsrc/wm/windowmaker/distinfo
1.2modifypkgsrc/wm/windowmaker/hacks.mk
1.2modifypkgsrc/wm/windowmaker/patches/patch-util_Makefile.in
1.2modifypkgsrc/wm/windowmaker/patches/patch-wrlib_Makefile.in
1.3addpkgsrc/wm/windowmaker/patches/patch-configure