From d422bc2b77ece72be1098bf05728275ef3306ee5 Mon Sep 17 00:00:00 2001 From: venomade Date: Wed, 8 Apr 2026 15:07:12 +0100 Subject: Before the Return of the Mac Asahi Bugs - Forked GL is very annoying to deal with - Fairydust branch requires 8GB of RAM for display - AArch64 Linux is not very compatible with much software - DRM and other video related things are buggy/do not work - Updating can often break fairydust --- config/alacritty/alacritty.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/alacritty/alacritty.toml (limited to 'config/alacritty/alacritty.toml') diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml new file mode 100644 index 0000000..cb32c5f --- /dev/null +++ b/config/alacritty/alacritty.toml @@ -0,0 +1,23 @@ +[general] +import = ['~/.config/alacritty/modus-vivendi.toml'] + +[window] +padding = { x = 6, y = 6 } +dynamic_padding = true +title = 'Terminal' + +[font] +normal = { family = 'AporeticSansMonoNerdFont', style = 'Regular' } +size = 12 + +[selection] +save_to_clipboard = true + +[cursor] +style = { shape = 'Beam', blinking = 'On'} + +[terminal] +shell = '/home/venomade/.nix-profile/bin/zsh' + +[hints] +alphabet = 'neiotsradhwyfupl' -- cgit 1.4.1-2-gfad0