[Alacritty] More fixes
This commit is contained in:
parent
2f49c3f86b
commit
2458cb6081
@ -4,8 +4,6 @@ import = ["/home/imalison/.config/alacritty/themes/themes/dracula.toml"]
|
|||||||
size = 8
|
size = 8
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
auto_scroll = false
|
|
||||||
faux_multiplier = 3
|
|
||||||
history = 10000
|
history = 10000
|
||||||
multiplier = 3
|
multiplier = 3
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user