From 71924c2b913c45c2eca300403d8a473715992cd2 Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:39:26 +0200 Subject: switched to alacritty because i3! --- cfg/alacritty.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cfg/alacritty.toml (limited to 'cfg/alacritty.toml') diff --git a/cfg/alacritty.toml b/cfg/alacritty.toml new file mode 100644 index 0000000..10b1e1f --- /dev/null +++ b/cfg/alacritty.toml @@ -0,0 +1,17 @@ +[font] +size = 12.0 + +[font.normal] +#family = "FiraCode" +family = "mononoki" +style = "Regular" + +[window] +opacity = 0.7 + +[window.padding] +x = 18 +y = 16 + +[selection] +save_to_clipboard = true -- cgit v1.3.1