From aaa0b4c0ca54c716ea9caffd8e6213717bd2f9b9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 1 Feb 2023 18:26:58 +0100 Subject: [PATCH] Zathura is back. --- _desktop/install-desktop.sh | 2 +- {_unused => _desktop}/zathura/zathurarc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {_unused => _desktop}/zathura/zathurarc (100%) diff --git a/_desktop/install-desktop.sh b/_desktop/install-desktop.sh index 448a4ef..7ebc764 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; do +for i in clipit dunst gtk-3.0 neofetch qtile zathura; do rm -rf ~/.config/${i} ln -sf $(pwd)/${i} ~/.config done diff --git a/_unused/zathura/zathurarc b/_desktop/zathura/zathurarc similarity index 100% rename from _unused/zathura/zathurarc rename to _desktop/zathura/zathurarc