diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-09 12:40:52 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-09 12:40:52 +0530 |
| commit | a9a59b942057218c80514966af3977671a6607e8 (patch) | |
| tree | 8a9fff649b3870a9c7993ec754c82068b5f53ed1 | |
| parent | 15f325d5c5c960af5a44fc4b2269437cd2216fc8 (diff) | |
switch to alacritty
| -rw-r--r-- | .config/alacritty/alacritty.toml | 6 | ||||
| -rw-r--r-- | .config/shell/profile | 4 | ||||
| -rw-r--r-- | .local/share/vocab/words.txt | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index eadfd8e..9138380 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,5 +1,9 @@ + live_config_reload = true +[env] +TERM = "xterm-256color" + [colors] draw_bold_text_with_bright_colors = true @@ -36,7 +40,7 @@ persistent_logging = false render_timer = false [font] -size = 9 +size = 8 [font.bold] family = "JetBrainsMono Nerd Font" diff --git a/.config/shell/profile b/.config/shell/profile index ff4a825..dddb1f8 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,8 +1,8 @@ #!/bin/sh export EDITOR="nvim" -export TERMINAL="st" -export TERMINAL_PROG="st" +export TERMINAL="alacritty" +export TERMINAL_PROG="alacritty" export BROWSER="librewolf" export XDG_CONFIG_HOME="$HOME/.config" diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt index fe4bbf9..a1a3437 100644 --- a/.local/share/vocab/words.txt +++ b/.local/share/vocab/words.txt @@ -130,3 +130,4 @@ speculate -> form a theory or conjecture about a subjet without firm evidence. mediocre -> of only average quality; not very good. sober -> not affected by alcohol; not drunk. niche -> a comfortable or suitable position in life or employment +sequestered -> isolated and hidden away (place) |
