Skip to content

Commit

Permalink
Use alacritty
Browse files Browse the repository at this point in the history
wezterm is slower
  • Loading branch information
simonrw committed May 28, 2024
1 parent 905343a commit 3276d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/hammerspoon/config/applications.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local applications = {
terminal = {
name = "Wezterm",
name = "Alacritty",
},
browser = {
name = "Brave Browser",
Expand Down
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ in {
vscode-theme = "Dracula";
defaults = {
browser = "brave";
terminal = "wezterm";
terminal = "alacritty";
};
is-dark-theme = true;
}
Expand Down

0 comments on commit 3276d98

Please sign in to comment.