mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 05:53:26 +00:00
chore(config): tweak alacritty configuration
This commit is contained in:
@@ -324,21 +324,26 @@ chars = "\u0002/"
|
|||||||
key = "F"
|
key = "F"
|
||||||
mods = "Command"
|
mods = "Command"
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
hide_when_typing = true
|
||||||
|
|
||||||
[[mouse.bindings]]
|
[[mouse.bindings]]
|
||||||
action = "PasteSelection"
|
action = "PasteSelection"
|
||||||
mouse = "Middle"
|
mouse = "Middle"
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
||||||
|
save_to_clipboard = true
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
decorations = "Full"
|
decorations = "Full"
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
opacity = 0.98
|
opacity = 0.98
|
||||||
|
blur = true
|
||||||
|
|
||||||
[window.dimensions]
|
[window.dimensions]
|
||||||
columns = 200
|
columns = 200
|
||||||
lines = 100
|
lines = 75
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 5
|
x = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user