pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/spectrwm
Module Name: pkgsrc
Committed By: pin
Date: Fri Sep 5 07:52:15 UTC 2025
Modified Files:
pkgsrc/wm/spectrwm: Makefile distinfo
Log Message:
wm/spectrwm: update to 3.7.0
Released on Aug 26, 2025
Adds a centered mode for tiled layouts, configuration reload, increases the
maximum number of workspaces, and more.
Add centered mode for tiled layouts.
Add center_layout action (default: M-backslash). Toggle centering of
the master area.
Add center_adaptive option to only center when centering does not create
empty space.
Add center_autobalance option to automatically balance the master/stacking
areas when toggling centered mode.
Add center_noautostack option to disable automatically adding an extra
stack when centering a layout with a single stack.
Add center_nowrap option to allow the centered master area to split the
original order of stacks instead of maintaining tiling order.
Add corresponding layout and stack_mark options.
Add configuration reload.
On reload, the configuration is reloaded without restarting and the bar(s)
are reinitialized along with bar_action (if used).
Add reload action (default: unbound). Initiates a reload.
Add SIGUSR1 signal handling to initiate a reload.
Improve uniconify.
Add uniconify_order option to set the window order in the uniconify menu.
Add uniconify_quick action (default: unbound). Uniconify the most
recently iconified window.
Improve EWMH support.
Add support for _NET_WM_STATE_FOCUSED.
Improve _NET_WM_DESKTOP request handling.
Improve _NET_WM_ALLOWED_ACTIONS support.
Fix _NET_WM_ALLOWED_ACTIONS property change issue.
Fix _NET_DESKTOP_NAMES handling.
Add new quirks.
Add NOTILE quirk to disallow windows from being tiled.
Add IGNOREURGENT quirk to ignore the urgency hint on windows.
Add NOFOCUSPOINTER quirk to disable click-to-focus on windows.
Increase the maximum workspace_limit to 100. Note that bindings for
workspaces 23 and above are unbound by default.
Add move_step and resize_step options to configure the pixel amount to
move/resize a window when using the respective action bindings.
Add bar_padding_horizontal and bar_padding_vertical options to adjust
the padding of bar text.
Add disable_padding option to disable region padding when there is a single
window.
Improve transient window stacking to prevent dialogs from getting buried.
Change the restart_of_day action to ignore autorun entries.
Fix compatibility issue with Wine.
Fix pointer centering when focusing free mode windows.
Fix free mode maximized/fullscreen unfocus handling issue.
Fix move/resize refocus issue with globally active input model windows.
Fix popup window refocus issue for free mode windows.
Improve window management checks to better handle buggy programs.
Improve debug output.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/wm/spectrwm/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/spectrwm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/spectrwm/Makefile
diff -u pkgsrc/wm/spectrwm/Makefile:1.23 pkgsrc/wm/spectrwm/Makefile:1.24
--- pkgsrc/wm/spectrwm/Makefile:1.23 Mon Jul 29 09:49:02 2024
+++ pkgsrc/wm/spectrwm/Makefile Fri Sep 5 07:52:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/07/29 09:49:02 pin Exp $
+# $NetBSD: Makefile,v 1.24 2025/09/05 07:52:15 pin Exp $
-DISTNAME= spectrwm-3.6.0
+DISTNAME= spectrwm-3.7.0
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=conformal/}
GITHUB_TAG= ${GITHUB_PROJECT:tu}_${PKGVERSION_NOREV:S/./_/g}
Index: pkgsrc/wm/spectrwm/distinfo
diff -u pkgsrc/wm/spectrwm/distinfo:1.15 pkgsrc/wm/spectrwm/distinfo:1.16
--- pkgsrc/wm/spectrwm/distinfo:1.15 Mon Jul 29 09:49:02 2024
+++ pkgsrc/wm/spectrwm/distinfo Fri Sep 5 07:52:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/07/29 09:49:02 pin Exp $
+$NetBSD: distinfo,v 1.16 2025/09/05 07:52:15 pin Exp $
-BLAKE2s (spectrwm-3.6.0.tar.gz) = d25cbeff7b2f183d04b572b14dc56b079e1b539db1a8f447b2609870ef77702d
-SHA512 (spectrwm-3.6.0.tar.gz) = 70ae19d792ae8b9fcbaaf15d9e1a13b83e992c06ac77333712eca4178270b431adb13125ed316c129aadb2d8243abd9f5b1b6a91505f1b7a04feaf78c6f3d85d
-Size (spectrwm-3.6.0.tar.gz) = 205957 bytes
+BLAKE2s (spectrwm-3.7.0.tar.gz) = 7e57469fe0cc59032fd2b00e1f330487f59fb20e94e9d7436d3b3c5d5e43e5e7
+SHA512 (spectrwm-3.7.0.tar.gz) = 969e4f055dda3c745b5dbf5930f174bbec39ece64a7d44c3ced886878d8b949b43a08d13e1a22c000eee041da812411573fa78ae8fe01bc8ba60466993be4a3b
+Size (spectrwm-3.7.0.tar.gz) = 214112 bytes
Home |
Main Index |
Thread Index |
Old Index