|
@@ -26,8 +26,10 @@ 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: 2
|
|
|
- y: 2
|
|
|
+ x: 15
|
|
|
+ y: 15
|
|
|
+
|
|
|
+ dynamic_padding: true
|
|
|
|
|
|
# Window decorations
|
|
|
#
|
|
@@ -56,15 +58,6 @@ scrolling:
|
|
|
# scrollback is enabled (history > 0).
|
|
|
multiplier: 3
|
|
|
|
|
|
- # Faux Scrolling
|
|
|
- #
|
|
|
- # The `faux_multiplier` setting controls the number of lines the terminal
|
|
|
- # should scroll when the alternate screen buffer is active. This is used
|
|
|
- # to allow mouse scrolling for applications like `man`.
|
|
|
- #
|
|
|
- # Specifying `0` will disable faux scrolling.
|
|
|
- faux_multiplier: 3
|
|
|
-
|
|
|
# Scroll to the bottom when new text is written to the terminal.
|
|
|
auto_scroll: false
|
|
|
|
|
@@ -81,24 +74,24 @@ tabspaces: 8
|
|
|
font:
|
|
|
# Normal (roman) font face
|
|
|
normal:
|
|
|
- family: Iosevka
|
|
|
+ family: Go Mono
|
|
|
# The `style` can be specified to pick a specific face.
|
|
|
#style: Regular
|
|
|
|
|
|
# Bold font face
|
|
|
bold:
|
|
|
- family: Iosevka
|
|
|
+ family: Go Mono
|
|
|
# The `style` can be specified to pick a specific face.
|
|
|
#style: Bold
|
|
|
|
|
|
# Italic font face
|
|
|
italic:
|
|
|
- family: Iosevka
|
|
|
+ family: Go Mono
|
|
|
# The `style` can be specified to pick a specific face.
|
|
|
#style: Italic
|
|
|
|
|
|
# Point size
|
|
|
- size: 10.0
|
|
|
+ size: 7.0
|
|
|
|
|
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
|
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
|
@@ -119,9 +112,6 @@ font:
|
|
|
# it is recommended to set `use_thin_strokes` to `false`
|
|
|
use_thin_strokes: true
|
|
|
|
|
|
-# Display the time it takes to redraw each frame.
|
|
|
-render_timer: false
|
|
|
-
|
|
|
# If `true`, bold text is drawn using the bright color variants.
|
|
|
draw_bold_text_with_bright_colors: true
|
|
|
|