Migrate alacritty config from yaml to toml
Remove cursor hiding in hyprland Add soft-reboot to shutdown menu
This commit is contained in:
parent
9344f7ec3b
commit
923bd6c08d
5 changed files with 28 additions and 25 deletions
16
.config/alacritty/alacritty.toml
Normal file
16
.config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
import = ["~/.config/alacritty/dracula.toml"]
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 13.0
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
Loading…
Add table
Add a link
Reference in a new issue