From 81d81a3789b866f9edb9ddd171d83d4b4fc982b9 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 17 Nov 2023 20:05:23 +0100 Subject: [PATCH] Change emacs path. Disable xrdb --- arch-config/scripts/arch-config.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index a3d7b0aa..9309f3f3 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -503,8 +503,8 @@ EOF update-desktop-database ~/.local/share/applications/ # sync doom-emacs only if it is installed -if [[ -f ~/.emacs.d/bin/doom ]]; then - ~/.emacs.d/bin/doom sync +if [[ -f ~/.config/emacs/bin/doom ]]; then + ~/.config/emacs/bin/doom sync fi # disable freedesktop notification daemon @@ -517,11 +517,9 @@ pkill dunst && nohup dunst & # reload .Xresources # TODO fails without display -set +e -if [[ -f "$HOME/.Xresources" ]]; then - xrdb ~/.Xresources -fi -set -e +#if [[ -f "$HOME/.Xresources" ]]; then +# xrdb ~/.Xresources +#fi # execute feh if [[ -f "$HOME/.fehbg" ]]; then