mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
Version 0.9.6
This commit is contained in:
parent
b7b5c98daa
commit
dc3d468958
3 changed files with 24 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.9.5
|
||||
0.9.6
|
|
@ -1,3 +1,23 @@
|
|||
# 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).
|
||||
|
||||
# From 0.9.3 to 0.9.4
|
||||
|
||||
## Changes
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: bspwm
|
||||
.\" Author: [see the "Author" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
.\" Date: 01/30/2019
|
||||
.\" Date: 02/13/2019
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9.5-44-gd36664b
|
||||
.\" Source: Bspwm 0.9.6
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "BSPWM" "1" "01/30/2019" "Bspwm 0\&.9\&.5\-44\-gd36664b" "Bspwm Manual"
|
||||
.TH "BSPWM" "1" "02/13/2019" "Bspwm 0\&.9\&.6" "Bspwm Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue