Skip to content

Commit

Permalink
Update title in alacritty configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 14, 2024
1 parent 40ed185 commit d9fbd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/features/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};
decorations = "Full"; # Borders and title bar
blur = true; # works on macOS/KDE Wayland
title = "terminal";
title = "alacritty";
};
scrolling = {
history = 25000;
Expand Down

0 comments on commit d9fbd58

Please sign in to comment.