summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authoradmin <contact@optics-design.com>2025-04-26 22:57:28 +0200
committeradmin <contact@optics-design.com>2025-04-26 22:57:28 +0200
commit0ede748577b45f3d9ed91a0fdaf142953fe7a744 (patch)
tree14faf3fc51d66beebb477e045a165c2d3d77b9eb /alacritty
Initial Commit
Diffstat (limited to 'alacritty')
-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