From 46b6b8794e246e918ce2b44fc044230b6a98aa20 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 16 Nov 2024 18:02:38 +0100 Subject: Add and configure alacritty Signed-off-by: Mel --- configs/alacritty.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configs/alacritty.toml (limited to 'configs/alacritty.toml') 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 -- cgit 1.4.1