summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-16 18:02:38 +0100
committerMel <einebeere@gmail.com>2024-11-16 18:02:38 +0100
commit46b6b8794e246e918ce2b44fc044230b6a98aa20 (patch)
treecf00effb5295102e915b57228b6bffbf636043cc /configs
parent36dd440f0e26dc7805e82abab7af9ceac3b06e2e (diff)
downloadminerals-46b6b8794e246e918ce2b44fc044230b6a98aa20.tar.zst
minerals-46b6b8794e246e918ce2b44fc044230b6a98aa20.zip
Add and configure alacritty
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/alacritty.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/alacritty.toml b/configs/alacritty.toml
new file mode 100644
index 0000000..9c67e4f
--- /dev/null
+++ b/configs/alacritty.toml
@@ -0,0 +1,25 @@
+[shell]
+
+program = "/run/current-system/sw/bin/tmux"
+args = [ "new-session", "-A", "-D", "-s", "mains" ]
+
+[window]
+
+decorations = "None"
+startup_mode = "Maximized"
+
+padding.x = 2
+padding.y = 2
+
+[font]
+
+normal.family = "Meslo LG M DZ"
+bold.family = "Meslo LG M DZ"
+italic.family = "Meslo LG M DZ"
+bold_italic.family = "Meslo LG M DZ"
+
+size = 10.0
+
+[scrolling]
+
+history = 0