Up to [cvs.NetBSD.org] / pkgsrc / wm / bspwm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 11:25:11 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
wm: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 15:05:04 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
wm: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 25 20:48:36 2020 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
bspwm: 0.9.10 # From 0.9.9 to 0.9.10 ## Additions - New node descriptor: `first_ancestor`. - New node modifiers: `horizontal`, `vertical`. ## Changes - The node descriptors `next` and `prev` might now return any node. The previous behavior can be emulated by appending `.!hidden.window`. - The node descriptors `pointed`, `biggest` and `smallest` now return leaves (in particular `pointed` will now return the *id* of a pointed receptacle). The previous behavior can be emulated by appending `.window`. - The *query* command now handles all the possible descriptor-free constraints (for example, `query -N -d .active` now works as expected). - The rules can now match against the window's names (`WM_NAME`). - The configuration script now receives an argument to indicate whether is was executed after a restart or not. - The *intermediate consequences* passed to the external rules command are now in resolved form to avoid unwanted code execution.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 18 21:45:34 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
bspwm: Update to 0.9.9 # From 0.9.8 to 0.9.9 - Fix a memory allocation bug in the implementation of `wm --restart`. - Honor `single_monocle` when the `hidden` flag is toggled. # From 0.9.7 to 0.9.8 - Fix a potential infinite loop. - Fix two bugs having to do with `single_monocle`. - Honor `removal_adjustment` for the spiral automatic insertion scheme. # From 0.9.6 to 0.9.7 This release fixes a bug in the behavior of `single_monocle`. # From 0.9.4 to 0.9.6 ## Additions - New *wm* command: `--restart`. It was already possible to restart `bspwm` without loosing the current state through `--{dump,load}-state`, but this command will also keep the existing subscribers intact. - New settings: `automatic_scheme`, `removal_adjustment`. The automatic insertion mode now provides three ways of inserting a new node: `spiral`, `longest_side` (the default) and `alternate`. Those schemes are described in the README. - New settings: `ignore_ewmh_struts`, `presel_feedback`, `{top,right,bottom,left}_monocle_padding`. - New node descriptor: `smallest`. - New desktop modifier: `active`. ## Changes - The `focused` and `active` modifiers now mean the same thing across every object. - Fullscreen windows are no longer sent to the `above` layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window, you'll need to rely on layers. - Pseudo-tiled windows now shrink automatically. ## Removals - The `paddingless_monocle` setting was removed (and subsumed). The effect of `paddingless_monocle` can now be achieved with: ```shell for side in top right bottom left; do bspc config ${side}_monocle_padding -$(bspc config ${side}_padding) done ``` # From 0.9.3 to 0.9.4 ## Changes - The following events: `node_{manage,unmanage}` are now `node_{add,remove}`. ## Additions - New monitor/desktop/node descriptors: `any`, `newest`. - New node flag: `marked`. - New monitor descriptor: `pointed`. - New *wm* command: `--reorder-monitors`. - Receptacles are now described in the manual. - New `--follow` option added to `node -{m,d,n,s}` and `desktop -{m,s}`. - The *subscribe* command now has the following options: `--fifo`, `--count`. - New settings: `ignore_ewmh_fullscreen`, `mapping_events_count`. # From 0.9.2 to 0.9.3 ## Changes - *click_to_focus* is now a button name. Specifying a boolean is deprecated but will still work (`true` is equivalent to `button1`). ## Additions - `node -r` now accepts a relative fraction argument. - An option was added to `query -{M,D,N}` in order to output names instead of IDs: `--names`. - New rule consequence: `rectangle=WxH+X+Y`. - New settings: `swallow_first_click` and `directional_focus_tightness`.
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 31 05:22:09 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.3: +6 -6
lines
Diff to previous 1.3 (colored)
bspwm: update to 0.9.2 From John Vogel
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 2 23:42:51 2015 UTC (8 years ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add SHA512 digests for distfiles for wm category Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 6 18:32:10 2015 UTC (8 years, 2 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
fix build on SunOS
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 5 22:48:18 2015 UTC (8 years, 5 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Import bspwm-0.9 as wm/bspwm. bspwm is a tiling window manager that represents windows as the leaves of a full binary tree. It is controlled and configured via bspc. ok khorben.