Any Ok or comment on this? :)

- x -

From: "Gonzalo L. R." <[email protected]>
To: Ports Mailing List <[email protected]>
Date: Tue, 30 Oct 2012 13:55:41 -0300
Subject: UPDATE: Spectrwm-2.1.0

Hi,

Update for Spectrwm to 2.1.0:

New configuration options:
- tile_gap: adjust spacing between tiled windows.
- region_padding: adjust spacing between tiled windows and the region 
  border.
- bar_border_unfocus[x]: border color of the bar on unfocused regions of 
  screen x.
- bar_enabled_ws[x]: set the default state for bar_toggle_ws on 
  workspace x.

New bindings:
- rg_<n> - focus on region n, default is MOD-Keypad_<1-9>
- mvrg_<n> - move window to region n, default is MOD-Shift-Keypad_<1-9>
- bar_toggle_ws - toggle the status bar on current workspace, default is 
  MOD-Shift-b.

New argument variables for program spawn:
- $region_index
- $workspace_index

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.
Add runtime dependency checker that uses startup exceptions to tell user 
if something is missing.

Ok? Comments?

Tested on amd64.

Cheers.

-- 
Sending from my VCR...

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    5 Sep 2012 20:33:43 -0000       1.4
+++ Makefile    30 Oct 2012 16:55:05 -0000
@@ -4,7 +4,7 @@ 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.conforma
 
 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" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Sep 2012 20:33:43 -0000       1.4
+++ distinfo    30 Oct 2012 16:55:05 -0000
@@ -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

Reply via email to