summaryrefslogtreecommitdiff
path: root/alacritty/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/alacritty.toml')
-rw-r--r--alacritty/alacritty.toml39
1 files changed, 39 insertions, 0 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..41c0301
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,39 @@
+[terminal.shell]
+program = "pwsh.exe"
+
+[window]
+decorations = "None"
+#startup_mode = "Maximized"
+
+[font]
+normal = {family = "Hack NF", style = "Regular"}
+bold = {family = "Hack NF", style = "Bold"}
+italic = {family = "Hack NF", style = "Italic"}
+bold_italic = {family = "Hack NF", style = "Bold Italic"}
+# normal = {family = "MesloLGS NF", style = "Regular"}
+# Bold font style
+# bold = { style = "Bold" } # Inherits family from normal, Default style: Bold
+#
+# # Italic font style
+# italic = { style = "Italic" } # Inherits family from normal, Default style: Italic
+#
+# # Bold Italic font style
+# bold_italic = { style = "Bold Italic" } # Inherits family from normal, Default style: Bold Italic
+
+# Font size in points
+size = 16 # Default: 11.25
+[keyboard]
+bindings = [
+# {key = "Enter", mods = "Control", action = "ToggleFullscreen"},
+{key = "Return", mods = "Alt", action = "ReceiveChar"},
+{key = "W", mods = "Control|Shift", action = "Quit"},
+# {key = "C", mods = "Control|Shift", action = "ReceiveChar"}
+# {key = "Space", mods="Control", chars = "\u0002"}
+{key = "i", mods="Control", action = "ReceiveChar"}
+]
+
+[general]
+working_directory = "~"
+
+[terminal]
+
Back to https://optics-design.com