Fix iwd initialization

This commit is contained in:
2024-06-08 21:05:31 +01:00
parent 62f8a8f9fd
commit 51a0f90df7

View File

@@ -455,10 +455,8 @@ if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
# Desktop tools # Desktop tools
sudo nala install feh iwd systemd-resolved scrot sudo nala install feh iwd systemd-resolved scrot
sudo cp -f iwd.conf /etc/iwd/main.conf sudo cp -f iwd.conf /etc/iwd/main.conf
sudo systemctl enable iwd sudo systemctl enable iwd systemd-resolved
sudo systemctl start iwd sudo systemctl restart iwd systemd-resolved
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
# Sound # Sound
sudo nala install pipewire-audio wireplumber pipewire-pulse pipewire-alsa sudo nala install pipewire-audio wireplumber pipewire-pulse pipewire-alsa