mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 16:37:17 -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
|
# installing desktop environment and addons + utilities
|
||||||
if [ "$desktop" != 0 ]; then
|
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
|
fi
|
||||||
|
|
||||||
## KDE Plasma
|
## KDE Plasma
|
||||||
|
|||||||
Reference in New Issue
Block a user