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
|
@ -33,8 +33,8 @@ _autoinstall_base () {
|
|||
|
||||
_autoinstall_graphical () {
|
||||
_autoinstall_file \
|
||||
"https://raw.githubusercontent.com/dracula/alacritty/master/dracula.yml" \
|
||||
"$HOME/.config/alacritty/dracula.yml"
|
||||
"https://raw.githubusercontent.com/dracula/alacritty/master/dracula.toml" \
|
||||
"$HOME/.config/alacritty/dracula.toml"
|
||||
|
||||
_autoinstall_file \
|
||||
"https://raw.githubusercontent.com/dracula/duckduckgo/master/monkeyscript.user.js" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue