]> git.lizzy.rs Git - bspwm.git/commitdiff
Mention a way to emulate `paddingless_monocle`
authorBastien Dejean <nihilhill@gmail.com>
Fri, 15 Feb 2019 14:34:36 +0000 (15:34 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Fri, 15 Feb 2019 14:34:36 +0000 (15:34 +0100)
doc/CHANGELOG.md

index d72d3adad8ddb7f95358b071e9702610f246379c..7a543fbca453ea91c9ace1e42975bb6849882d9b 100644 (file)
 
 ## Removals
 
-- The `paddingless_monocle` setting was removed (and subsumed).
+- 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