Update to 2.1.0:

Improved bar_action handling to eliminate the need for bar_delay.
Renamed screen_* bindings to rg_*; config files using the old bindings
are still supported.
Fixed handling of region focus with empty workspaces.
Fixed toggle_bar not working on empty workspaces.
Fixed issue where multiple key actions might be handled simultaneously.
Fixed focus behavior when iconified windows exist in the ws.
Fixed windows not being unmapped on single-monitor fullscreen layout.
Fixed mouse and keyboard binds to work regardless of caps/numlock state.
Fixed a couple segfaults.
Fixed a couple memleaks.
Kill bar_action script oAn an unclean exit.
Add startup exception mechanism that display error messages in the bar.
Add config file check that uses startup exceptions to tell user if the
file has issues.

Ok aja@
This commit is contained in:
gonzalo 2012-11-05 12:12:36 +00:00
parent 8b767a1e5d
commit d70ef6043b
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2012/09/05 20:33:43 gonzalo Exp $
# $OpenBSD: Makefile,v 1.5 2012/11/05 12:12:36 gonzalo Exp $
COMMENT= small tiling window manager
SHARED_LIBS= swmhack 1.0
DISTNAME= spectrwm-2.0.2
DISTNAME= spectrwm-2.1.0
EXTRACT_SUFX= .tgz
CATEGORIES= x11
@ -24,7 +24,7 @@ MASTER_SITES= http://opensource.conformal.com/snapshots/spectrwm/
NO_REGRESS= Yes
RUN_DEPENDS= x11/dmenu>=4.4.1
RUN_DEPENDS= x11/dmenu>=4.5
MAKE_FLAGS= BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man" \

View File

@ -1,2 +1,2 @@
SHA256 (spectrwm-2.0.2.tgz) = 8cVMCPjYK7Ys8GyU2MKlRwrEAyZZQvwvx2c7RdrvhFE=
SIZE (spectrwm-2.0.2.tgz) = 100657
SHA256 (spectrwm-2.1.0.tgz) = G6smd9UWrHLgW47wVjdbIfCF9PVjuPVo+cGM0q1+xAU=
SIZE (spectrwm-2.1.0.tgz) = 106087