mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 20:11:55 +01:00
alacritty: add font size keybinds
This commit is contained in:
parent
f82f568b01
commit
251b7aba1e
1 changed files with 8 additions and 5 deletions
|
@ -1,18 +1,21 @@
|
||||||
background_opacity: 0.8
|
background_opacity: 0.8
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TERM: xterm-kitty
|
TERM: xterm-kitty
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: "Iosevka Nerd Font"
|
family: "Iosevka Nerd Font"
|
||||||
|
|
||||||
bell:
|
bell:
|
||||||
duration: 20
|
duration: 20
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
program: "tmux"
|
program: "tmux"
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||||
|
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||||
|
|
||||||
# DRACULA THEME
|
# DRACULA THEME
|
||||||
colors:
|
colors:
|
||||||
|
|
Loading…
Reference in a new issue