44 lines
956 B
YAML
44 lines
956 B
YAML
window:
|
|
dynamic_title: true
|
|
|
|
dimensions:
|
|
columns: 150
|
|
lines: 42
|
|
opacity: 0.83
|
|
transparent_background_colors: true
|
|
|
|
mouse:
|
|
hide_when_typing: true
|
|
double_click: { threshold: 300 }
|
|
triple_click: { threshold: 300 }
|
|
|
|
hints:
|
|
# URL launcher
|
|
#
|
|
# This program is executed when clicking on a text which is recognized as a URL.
|
|
# The URL is always added to the command as the last parameter.
|
|
launcher: open
|
|
|
|
# URL modifiers
|
|
#
|
|
# These are the modifiers that need to be held down for opening URLs when clicking
|
|
# on them. The available modifiers are documented in the key binding section.
|
|
modifiers: Shift
|
|
|
|
scrolling:
|
|
history: 100000
|
|
multiplier: 3
|
|
|
|
env:
|
|
TERM: xterm-256color
|
|
WINIT_X11_SCALE_FACTOR: "1"
|
|
key_bindings:
|
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
|
|
|
live_config_reload: true
|
|
dynamic_title: true
|
|
font:
|
|
normal:
|
|
family: FiraCode Nerd Font Mono
|
|
size: 11
|