[Alacritty] More fixes

This commit is contained in:
Ivan Malison 2024-02-13 12:06:41 -07:00
parent 2f49c3f86b
commit 2458cb6081
2 changed files with 0 additions and 36 deletions

View File

@ -4,8 +4,6 @@ import = ["/home/imalison/.config/alacritty/themes/themes/dracula.toml"]
size = 8
[scrolling]
auto_scroll = false
faux_multiplier = 3
history = 10000
multiplier = 3

View File

@ -1,34 +0,0 @@
scrolling:
# How many lines of scrollback to keep,
# '0' will disable scrolling.
history: 10000
# Number of lines the viewport will move for every line
# scrolled when scrollback is enabled (history > 0).
multiplier: 3
# Faux Scrolling
#
# The `faux_multiplier` setting controls the number
# of lines the terminal should scroll when the alternate
# screen buffer is active. This is used to allow mouse
# scrolling for applications like `man`.
#
# To disable this completely, set `faux_multiplier` to 0.
faux_multiplier: 3
# Automatically scroll to the bottom when new text is written
# to the terminal.
auto_scroll: false
font:
size: 8
window:
padding:
x: 10
y: 10
decorations: full
import:
- ~/.config/alacritty/themes/themes/dracula.yaml