Improved opacity settings

This commit is contained in:
Christian Colglazier 2019-12-14 08:35:25 -05:00
parent f28aa3d4d2
commit faa84f07c4

View File

@ -34,8 +34,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 0
y: 0
x: 4
y: 4
# Spread additional padding evenly around the terminal content.
dynamic_padding: false
@ -84,7 +84,7 @@ scrolling:
# to allow mouse scrolling for applications like `man`.
#
# Specifying `0` will disable faux scrolling.
faux_multiplier: 3
multiplier: 3
# Scroll to the bottom when new text is written to the terminal.
auto_scroll: false
@ -96,7 +96,7 @@ scrolling:
# Some applications, like Emacs, rely on knowing about the width of a tab.
# To prevent unexpected behavior in these applications, it's also required to
# change the `it` value in terminfo when altering this setting.
tabspaces: 8
tabspaces: 2
# Font configuration (changes require restart)
font:
@ -278,7 +278,7 @@ visual_bell:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 1.0
background_opacity: 0.8
# Mouse bindings
#