Wel, no. Kitty is still weird.

This commit is contained in:
Bartek Stalewski 2021-10-12 00:03:46 +02:00
parent 68c606afed
commit 8d48f72b9c

View File

@ -4,7 +4,7 @@
mkdir -p ~/.config ~/.local/bin ~/.local/settings
# link config
for i in dunst kitty zathura; do
for i in dunst zathura; do
rm -rf ~/.config/${i}
ln -sf ~/.local/repos/dotfiles/_desktop/${i} ~/.config
done