polonius diff
This commit is contained in:
parent
6ebc6fe6a8
commit
0cf8ef3dbb
1 changed files with 6 additions and 6 deletions
|
|
@ -29,9 +29,9 @@ window:
|
||||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
||||||
# must be at least `2`, while using a value of `0` for columns and lines will
|
# must be at least `2`, while using a value of `0` for columns and lines will
|
||||||
# fall back to the window manager's recommended size.
|
# fall back to the window manager's recommended size.
|
||||||
#dimensions:
|
dimensions:
|
||||||
# columns: 0
|
columns: 147
|
||||||
# lines: 0
|
lines: 40
|
||||||
|
|
||||||
# Window position (changes require restart)
|
# Window position (changes require restart)
|
||||||
#
|
#
|
||||||
|
|
@ -72,7 +72,7 @@ window:
|
||||||
#
|
#
|
||||||
# Values for `startup_mode` (macOS only):
|
# Values for `startup_mode` (macOS only):
|
||||||
# - SimpleFullscreen
|
# - SimpleFullscreen
|
||||||
#startup_mode: Windowed
|
startup_mode: Fullscreen
|
||||||
|
|
||||||
# Window title
|
# Window title
|
||||||
#title: Alacritty
|
#title: Alacritty
|
||||||
|
|
@ -151,7 +151,7 @@ font:
|
||||||
style: Oblique
|
style: Oblique
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 17.0
|
size: 14.5
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# 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
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
@ -830,7 +830,7 @@ key_bindings:
|
||||||
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
|
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
|
||||||
|
|
||||||
# (Windows only)
|
# (Windows only)
|
||||||
#- { key: Return, mods: Alt, action: ToggleFullscreen }
|
- { key: Return, mods: Alt, action: ToggleFullscreen }
|
||||||
|
|
||||||
# (macOS only)
|
# (macOS only)
|
||||||
#- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
|
#- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue