From 65a1bc83f196f34665c83b8914e789e754a07523 Mon Sep 17 00:00:00 2001 From: benj Date: Wed, 27 Dec 2023 21:19:06 -0800 Subject: update alacritty config and add davinci launcher with hidpi opt --- .alacritty.toml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .alacritty.toml (limited to '.alacritty.toml') diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..9ba36fa --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,46 @@ +import = [ + "~/.setup/solarized_dark.toml" +] + +[bell] +duration = 0 + +[cursor] +style = "Block" +unfocused_hollow = true + +[font] +size = 9 + +[font.bold] +family = "Source Code Pro" +style = "Bold" + +[font.italic] +family = "Source Code Pro" +style = "Medium Italic" + +[font.normal] +family = "Source Code Pro" +style = "Medium" + +[[keyboard.bindings]] +action = "Paste" +key = "V" +mods = "Control|Shift" + +[[keyboard.bindings]] +action = "Copy" +key = "C" +mods = "Control|Shift" + +[scrolling] +history = 100000 + +[window.dimensions] +columns = 100 +lines = 85 + +[window.padding] +x = 1 +y = 0 -- cgit v1.2.3