Update alcritty config

This commit is contained in:
Gwen Lofman 2021-10-01 18:04:16 -04:00
parent f37af285f9
commit 591807f75b
1 changed files with 2 additions and 9 deletions

View File

@ -26,6 +26,7 @@ window:
gtk_theme_variant: None
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
opacity: 0.9
scrolling:
history: 10000
@ -157,12 +158,6 @@ mouse:
# If this is `true`, the cursor is temporarily hidden when typing.
hide_when_typing: false
url:
launcher:
program: xdg-open
args: []
modifiers: None
# Mouse bindings
#
# Mouse bindings are specified as a list of objects, much like the key
@ -289,8 +284,7 @@ key_bindings:
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Add, mods: Control, action: IncreaseFontSize }
- { key: Subtract, mods: Control, action: DecreaseFontSize }
- { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Return, mods: Alt, action: ToggleFullscreen }
@ -414,4 +408,3 @@ key_bindings:
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
- { key: NumpadEnter, chars: "\n" }