Adding autorandr.

This commit is contained in:
Bartek Stalewski 2023-02-11 17:26:59 +01:00
parent 1836a804a9
commit 83c6c1f228
5 changed files with 43 additions and 1 deletions

View file

@ -4,7 +4,7 @@
mkdir -p ~/.config ~/.local/bin
# link config
for i in clipit gtk-3.0 neofetch qtile zathura; do
for i in autorandr clipit gtk-3.0 neofetch qtile zathura; do
rm -rf ~/.config/${i}
ln -sf $(pwd)/${i} ~/.config
done