diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-29 18:39:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 18:39:26 +0200 |
| commit | 71924c2b913c45c2eca300403d8a473715992cd2 (patch) | |
| tree | 5ad98d2b119a930795bdcb681c19a6405d63f83e /cfg/alacritty.toml | |
| parent | f6023e804a8a3b5bf210872d22e26b4e6720d008 (diff) | |
switched to alacritty because i3!
Diffstat (limited to 'cfg/alacritty.toml')
| -rw-r--r-- | cfg/alacritty.toml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |