mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
parent
16c0e24d8e
commit
f6e5cae0ba
2 changed files with 6 additions and 0 deletions
|
@ -174,6 +174,9 @@ visual_bell:
|
|||
# Background opacity
|
||||
background_opacity: 1.0
|
||||
|
||||
# Borderless window
|
||||
borderless: false
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
||||
|
|
|
@ -155,6 +155,9 @@ visual_bell:
|
|||
# Background opacity
|
||||
background_opacity: 1.0
|
||||
|
||||
# Borderless window
|
||||
borderless: false
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
# Currently doesn't support modifiers. Both the `mouse` and `action` fields must
|
||||
|
|
Loading…
Reference in a new issue