mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 09:21:42 -05:00
Version 0.9.10
This commit is contained in:
parent
4abca9b41f
commit
2492695ad4
3 changed files with 19 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.9.9
|
||||
0.9.10
|
|
@ -1,3 +1,19 @@
|
|||
# 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.
|
||||
|
||||
# From 0.9.8 to 0.9.9
|
||||
|
||||
- Fix a memory allocation bug in the implementation of `wm --restart`.
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 08/02/2020
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9.9-34-ga9a2d00
|
||||
.\" Source: Bspwm 0.9.10
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "BSPWM" "1" "08/02/2020" "Bspwm 0\&.9\&.9\-34\-ga9a2d00" "Bspwm Manual"
|
||||
.TH "BSPWM" "1" "08/02/2020" "Bspwm 0\&.9\&.10" "Bspwm Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue