Version: 3.4.1, Package name: spectrwm-3.4.1 |
Maintained by: Gonzalo L. R., Bjorn Ketelaars |
Master sites: |
Description Spectrwm is a small dynamic tiling window manager for X11. It tries to stay out of the way so that valuable screen real estate can be used for much more important stuff. It has sane defaults and does not require one to learn a language to do any configuration. It was written by hackers for hackers and it strives to be small, compact and fast. |
Filesize: 160.651 KB |
Version History (View Complete History) |
|
2021-01-24 08:41:38 by Marcus Glocker | Files touched by this commit (2) |
Log message: Fix the baraction.sh example script to display current statistics from iostat(8). ok gonzalo@ |
2021-01-23 11:34:17 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Add wpath pledge Found and fixed by Stefan Hagen <sh+openbsd-ports AT codevoid DOT de>. I changed the comment in the patch. |
2020-06-25 05:54:19 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to spectrwm-3.4.1 Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_4_1 OK gonzalo@ |
2020-06-18 03:18:39 by Gonzalo L. Rodriguez | Files touched by this commit (4) |
Log message: Update for Spectrwm to 3.4.0 OK bket@ |
2020-01-01 12:48:03 by Bjorn Ketelaars | Files touched by this commit (1) |
Log message: Build debug package for spectrwm |
2019-12-19 10:34:10 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to spectrwm-3.3.0 Changelog: https://github.com/conformal/spectrwm/blob/SPECTRWM_3_3_0/CHANGELOG.md OK gonzalo@ |
2019-12-02 07:35:35 by Bjorn Ketelaars | Files touched by this commit (7) |
Log message: Update to spectrwm HEAD. libswmhack, which is part of spectrwm, needs to be linked against libX11. This has been discussed with upstream, and a fix has been committed. Instead of cherry-picking this fix, update to HEAD. Default behaviour has not changed, although new features have been added: - Support for pledge (which we already cherry-picked) - Extension of disable_border option with `always` - Xinput2 support - Updated baraction script - Multi-section status bar, unicode icons, font and color text markup Added myself as co-maintainer. Discussed with gonzalo@ (maintainer). OK gonzalo@@ |
2019-09-25 21:08:34 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Sync pledge bits-and-pieces from upstream HEAD. Based on https://github.com/conformal/spectrwm/commit/64bee8acfc875fee19db3ec2ae721635ce2b8ab4, which reduces number of pledge(2) promises. OK gonzalo@ (MAINTAINER) |
2019-08-20 09:22:57 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Fix libswmhack example in spectrwm(1). OK gonzalo@ (maintainer) |
2019-07-26 06:04:03 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Sync pledge bits-and-pieces from upstream HEAD. gonzalo@ (MAINTAINER) responded with "...go ahead...". |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-04 09:21:43 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: pledge spectrwm. While here: - order WANTLIB - drop -g from CFLAGS, which is covered in DEBUG Discussed offlist with gonzalo@ (MAINTAINER) who responded with "I think we still need to push this upstream, BUT go ahead with the commit for now, and then we can delete the patches." |
2018-09-09 08:47:14 by Gonzalo L. Rodriguez | Files touched by this commit (1) |
Log message: the patch-Makefile is missing rcs id. spotted by gsoares@ |
2018-09-09 08:00:00 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for Spectrwm to 3.2.0: https://github.com/conformal/spectrwm/releases OK gsoares@ |
2017-04-16 13:42:28 by Stuart Henderson | Files touched by this commit (1) |
Log message: Add explicit -lxcb; newer linkers don't follow NEEDED. Fixes linking with LLD. |
2016-05-24 08:06:20 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Spectrwm to 3.0.2: https://github.com/conformal/spectrwm/releases OK rpointel@ |
2016-05-05 21:50:40 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Spectrwm to 3.0.1 * Fix makefile for non-Bitrig OS' * Redraw the focus window frame when changing regions with the pointer #126 * Prepend SWM_LIB to LD_PRELOAD instead of clobbering #124 |
2016-05-04 07:56:26 by Gonzalo L. Rodriguez | Files touched by this commit (4) |
Log message: Update for Spectrwm to 3.0.0: https://github.com/conformal/spectrwm/releases OK rpointel@ |
2016-03-02 08:56:43 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Conformal switch to Github Ok juanfra@ sthen@ |
2015-05-29 10:53:57 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update to 2.7.2 New update for Spectrwm to 2.7.2: * Restore Num_Lock workaround. If Num_Lock is mapped to a modifier, filter the modifier. OK aja@ |
2015-05-27 08:07:01 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update to 2.7.1 |
2015-03-16 07:34:40 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for Spectrwm to 2.6.2: Use poll(2) instead of select(2). pull latest tag + commit digest Add Mod5 to support some more weird keyboards. Prevent possible focus change on release of a pointer grab. Fixed bug in man page. |
2014-10-30 13:26:03 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Update for Spectrwm to 2.6.1. |