Switch back to xorg.

This commit is contained in:
Bartek Stalewski 2023-04-20 01:09:43 +02:00
parent 24b53f8fd3
commit aeaba0f9ea
18 changed files with 85 additions and 34 deletions

View file

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