mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update config files
This commit is contained in:
parent
7928b33ee0
commit
86ff6e19c4
2 changed files with 33 additions and 29 deletions
|
@ -14,19 +14,24 @@ env:
|
||||||
# `infocmp xterm-256color`.
|
# `infocmp xterm-256color`.
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
# Window dimensions in character columns and lines
|
window:
|
||||||
# Falls back to size specified by window manager if set to 0x0.
|
# Window dimensions in character columns and lines
|
||||||
# (changes require restart)
|
# Falls back to size specified by window manager if set to 0x0.
|
||||||
dimensions:
|
# (changes require restart)
|
||||||
columns: 80
|
dimensions:
|
||||||
lines: 24
|
columns: 80
|
||||||
|
lines: 24
|
||||||
|
|
||||||
# Adds this many blank pixels of padding around the window
|
# Adds this many blank pixels of padding around the window
|
||||||
# Units are physical pixels; this is not DPI aware.
|
# Units are physical pixels; this is not DPI aware.
|
||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
padding:
|
padding:
|
||||||
x: 2
|
x: 2
|
||||||
y: 2
|
y: 2
|
||||||
|
|
||||||
|
# Window decorations
|
||||||
|
# Setting this to false will result in window without borders and title bar.
|
||||||
|
decorations: true
|
||||||
|
|
||||||
# Display tabs using this many cells (changes require restart)
|
# Display tabs using this many cells (changes require restart)
|
||||||
tabspaces: 8
|
tabspaces: 8
|
||||||
|
@ -174,9 +179,6 @@ visual_bell:
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 1.0
|
background_opacity: 1.0
|
||||||
|
|
||||||
# Borderless window
|
|
||||||
borderless: false
|
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
||||||
|
|
|
@ -13,18 +13,23 @@ env:
|
||||||
# `infocmp xterm-256color`.
|
# `infocmp xterm-256color`.
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
# Window dimensions in character columns and lines
|
window:
|
||||||
# (changes require restart)
|
# Window dimensions in character columns and lines
|
||||||
dimensions:
|
# (changes require restart)
|
||||||
columns: 80
|
dimensions:
|
||||||
lines: 24
|
columns: 80
|
||||||
|
lines: 24
|
||||||
|
|
||||||
# Adds this many blank pixels of padding around the window
|
# Adds this many blank pixels of padding around the window
|
||||||
# Units are physical pixels; this is not DPI aware.
|
# Units are physical pixels; this is not DPI aware.
|
||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
padding:
|
padding:
|
||||||
x: 2
|
x: 2
|
||||||
y: 2
|
y: 2
|
||||||
|
|
||||||
|
# Window decorations
|
||||||
|
# Setting this to false will result in window without borders and title bar.
|
||||||
|
decorations: true
|
||||||
|
|
||||||
# Display tabs using this many cells (changes require restart)
|
# Display tabs using this many cells (changes require restart)
|
||||||
tabspaces: 8
|
tabspaces: 8
|
||||||
|
@ -155,9 +160,6 @@ visual_bell:
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 1.0
|
background_opacity: 1.0
|
||||||
|
|
||||||
# Borderless window
|
|
||||||
borderless: false
|
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
||||||
|
|
Loading…
Reference in a new issue