diff --git a/_desktop/install-desktop.sh b/_desktop/install-desktop.sh index 7ebc764..448a4ef 100644 --- a/_desktop/install-desktop.sh +++ b/_desktop/install-desktop.sh @@ -4,7 +4,7 @@ mkdir -p ~/.config ~/.local/bin # link config -for i in clipit dunst gtk-3.0 neofetch qtile zathura; do +for i in clipit dunst gtk-3.0 neofetch qtile; do rm -rf ~/.config/${i} ln -sf $(pwd)/${i} ~/.config done diff --git a/_desktop/zathura/zathurarc b/_unused/zathura/zathurarc similarity index 100% rename from _desktop/zathura/zathurarc rename to _unused/zathura/zathurarc