From d40be5322c569f812ef85159500dc89d5609e4d3 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Wed, 2 Nov 2022 16:46:16 +0100 Subject: customise xdg user dirs --- install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 36462a7..8017819 100755 --- a/install.sh +++ b/install.sh @@ -68,7 +68,8 @@ if command_exists pacman; then brightnessctl \ pulseaudio \ pavucontrol \ - chafa + chafa \ + xdg-user-dirs paru -S --noconfirm cava i3lock-fancy-rapid-git elif command_exists apt; then @@ -104,7 +105,8 @@ elif command_exists apt; then cava \ pulseaudio \ pavucontrol \ - chafa + chafa \ + xdg-user-dirs else echo "Your distro is not supported." exit 1 @@ -128,6 +130,9 @@ ln -sf ${PWD}/picom.conf ~/.config/picom.conf ${SUDO} usermod -aG video ${USER} +xdg-user-dirs-update --set Desktop ~ +xdg-user-dirs-update --set Downloads ~/downloads + cargo install alacritty mkdir -p ~/.config/alacritty -- cgit v1.2.3