refac(prog/alacritty): change config
This commit is contained in:
parent
9074b979fb
commit
7884493941
1 changed files with 7 additions and 7 deletions
|
@ -46,8 +46,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: 10
|
||||
y: 10
|
||||
x: 5
|
||||
y: 5
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
#dynamic_padding: false
|
||||
|
@ -61,7 +61,7 @@ window:
|
|||
# Values for `decorations` (macOS only):
|
||||
# - transparent: Title bar, transparent background and title bar buttons
|
||||
# - buttonless: Title bar, transparent background and no title bar buttons
|
||||
#decorations: full
|
||||
decorations: none
|
||||
|
||||
# Startup Mode (changes require restart)
|
||||
#
|
||||
|
@ -78,7 +78,7 @@ window:
|
|||
#title: Alacritty
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
#dynamic_title: true
|
||||
dynamic_title: true
|
||||
|
||||
# Window class (Linux/BSD only):
|
||||
#class:
|
||||
|
@ -93,13 +93,13 @@ window:
|
|||
# and `light`. Set this to `None` to use the default theme variant.
|
||||
gtk_theme_variant: light
|
||||
|
||||
#scrolling:
|
||||
scrolling:
|
||||
# Maximum number of lines in the scrollback buffer.
|
||||
# Specifying '0' will disable scrolling.
|
||||
#history: 10000
|
||||
history: 10000
|
||||
|
||||
# Scrolling distance multiplier.
|
||||
#multiplier: 3
|
||||
multiplier: 3
|
||||
|
||||
# Font configuration
|
||||
font:
|
||||
|
|
Loading…
Reference in a new issue