mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Mention a way to emulate paddingless_monocle
This commit is contained in:
parent
dc3d468958
commit
8cac00488c
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@
|
||||||
|
|
||||||
## Removals
|
## 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
|
# From 0.9.3 to 0.9.4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue