Add alacritty configuration and use it as default
This commit is contained in:
parent
b2846cc484
commit
6f6b32612d
7 changed files with 71 additions and 3 deletions
27
home/modules/programs/alacritty/alacritty.toml
Normal file
27
home/modules/programs/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
ipc_socket = true
|
||||
live_config_reload = true
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
opacity = 0.8
|
||||
blur = true
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
multiplier = 5
|
||||
|
||||
[font]
|
||||
size = 16
|
||||
|
||||
[bell]
|
||||
duration = 1
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
|
||||
[terminal]
|
||||
osc52 = "CopyPaste"
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue