Add mouse and scrolling settings
This commit is contained in:
parent
c1b149b05d
commit
b948b2057f
1 changed files with 10 additions and 3 deletions
|
@ -4,6 +4,16 @@ blur = true
|
||||||
decorations = "None"
|
decorations = "None"
|
||||||
startup_mode = "Maximized"
|
startup_mode = "Maximized"
|
||||||
|
|
||||||
|
[scrolling]
|
||||||
|
history = 10000
|
||||||
|
multiplier = 3
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
hide_when_typing = true
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
|
||||||
|
|
||||||
[terminal.shell]
|
[terminal.shell]
|
||||||
program = "/usr/bin/tmux"
|
program = "/usr/bin/tmux"
|
||||||
|
|
||||||
|
@ -25,6 +35,3 @@ style = "Italic"
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "MesloLGM Nerd Font"
|
family = "MesloLGM Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[terminal]
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue