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@@
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."
Add +R for region index to bar formatting.
Add new bar_color_selected and bar_font_color_selected options.
Add new 'ws_empty' action.
Enable padding in the bar_format using '_' character
Handle MappingNotify during startup.
Reset SIGPIPE before execvp().
Correct size for WM_STATE
works fine for me.
OK rpointel@.
* 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
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.
Improve English man page.
fix typo s/fallowing/following/
Fix bug in baraction.sh that causes bar text to flicker every 20s.
Fix man page to use escape codes for aring å and pi �^�.
Add new quirk IGNOREPID.
Add new quirk IGNORESPAWNWS.
Fix stacking issue at (re)start when spawn_position = first or
Convert all booleans to stdbool.h bool.
Add new option: warp_pointer.
Add new quirk: WS[n]
Add new option: urgent_collapse
cleanup baraction.sh
Ok remi@
* Add clarification for the 'name' option to man page.
* Add default maximize_toggle binding to man page.
* Fix segfault in fullscreen layout when a window with transient(s) unmap.
* Set stacking order when setting up a new status bar.
* Improve stacking for windows with multiple transients.
* Fix segfault when loading "layout" with non-zero parameters.
OK benoit@
Fix 'bind[] = ...' not unbinding as expected.
Fix quirk matching of windows missing WM_CLASS.
Add new maximize_toggle action.
Improve support for Extended Window Manager Hints (EWMH).
Add support for _NET_RESTACK_WINDOW.
Add support for _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_VIEWPORT.
Add 'name' configuration option.
Add support for _NET_WM_DESKTOP client message.
And others.
OK edd@
* Improve spawn program command parsing.
* Fix segfault when X keyboard map does not include
* Fix placement issue when uniconifying floaters.
* Fix default quirks to work correctly with regex.
* Add new option: iconic_enabled
* Add quirk POSIX Extended Regular Expression patter
* Fix focus border issue on output only windows.
And others.
* Fix setkeymapping to call expand_tilde for proper expansion of ~
in path.
* Add new quirk NOFOCUSONMAP.
* Add get_screen_count function that handles the result of
xcb_get_setup.
* Initialize some pointers that could be freed without being
initialized.
* Add new ws_next_move and ws_prev_move bindings.
* Fix fullscreen layout stacking issue when using multiple regions.
* Improve man page explanation of verbose_layout.
* Fix input focus fallback issue when running with multiple regions.
* Fix manual focus mode sometimes switching region with pointer
motion.
* Avoid a free on an uninitialized variable by setting optval to
NULL.
* Fix fparseln flags to remove escape characters in the result.
* Fix issue where rapid window crossing events might get ignored.
* Validate bound spawn programs after conf is loaded.
* Fix move/resize to bail if the window gets destroyed.
* Fix bar clock not getting updated during periods of inactivity.
Ok aja@
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@
* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts
* Added support for Xcursor.
* Fixed several fullscreen layout issues.
* Improved focus handling so related windows are raised when
appropriate.
* Fixed several focus issues.
* Fixed several issues that could cause segfaults.
* Fixed startup issue where certain windows might not get managed.
* Fixed delay when moving/resizing windows via keyboard.
* Fix scan_xrandr to fallback when a scan results in no new regions.
* Add tilde ~ expansion to autorun command in the config.
Tested on amd64 and zaurus.
Ok kili@ portswise (i didn't test it)
* Fix issue where a window/icon could not be clicked or otherwise
be manipulated (skype, thunderbird etc).
* Fix an issue where on some Intel graphics cards when exiting the
screen turned garbled and would blink really badly.
* Bonus fix: spawn_position to actually do what it is supposed to do.
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Tons of wart removals
* Add backwards compatibility for the spawn_term binding
* Add clarification to man page that default workspace_limit is 10.
Tested on amd64.
"no objection.." sthen@