1
0
Fork 0

fix: Alacritty theme reload

This commit is contained in:
Jeremy Kaplan 2024-01-05 15:08:59 -08:00
commit 977e2afab8

View file

@ -45,6 +45,11 @@ install_light() {
}
postinstall() {
# Alacritty doesn't automatically reload config when the symlink to
# `colors.toml` is replaced with the new target. So touch the main config
# to trigger the reload.
touch "${DOTFILES}/alacritty/alacritty.toml"
if [ "${OSTYPE}" == 'Linux' ]; then
killall --signal HUP xsettingsd
fi