mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Fixed installation of pcmanfm-qt happening on Sway
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ chmod 755 /home/"$username"/{.config,.local/share}
|
||||
|
||||
# installing desktop environment and addons + utilities
|
||||
if [ "$desktop" != 0 ]; then
|
||||
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber polkit pcmanfm-qt micro bluez-openrc
|
||||
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber polkit micro bluez-openrc --needed --noconfirm
|
||||
fi
|
||||
|
||||
## KDE Plasma
|
||||
|
||||
Reference in New Issue
Block a user