aboutsummaryrefslogtreecommitdiff
path: root/.alacritty.toml
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2023-12-27 21:19:06 -0800
committerbenj <benj@rse8.com>2023-12-27 21:19:06 -0800
commit65a1bc83f196f34665c83b8914e789e754a07523 (patch)
treed36789b8027cf08108c4bdcb76416502909f6a7f /.alacritty.toml
parentd27235969cf1d60784ea9cc200743a1b0c70bd3f (diff)
downloadsetup-65a1bc83f196f34665c83b8914e789e754a07523.tar
setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.gz
setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.bz2
setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.lz
setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.xz
setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.zst
setup-65a1bc83f196f34665c83b8914e789e754a07523.zip
update alacritty config and add davinci launcher with hidpi opt
Diffstat (limited to '.alacritty.toml')
-rw-r--r--.alacritty.toml46
1 files changed, 46 insertions, 0 deletions
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