diff --git a/desktopenvs/hyprland/hypr-usr/autostart.conf b/desktopenvs/hyprland/hypr-usr/autostart.conf index 7b24bd5..5dc6ebb 100644 --- a/desktopenvs/hyprland/hypr-usr/autostart.conf +++ b/desktopenvs/hyprland/hypr-usr/autostart.conf @@ -2,6 +2,7 @@ exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ulwatchdog.sh exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh +exec-once= udiskie -s -m nested -n exec-once = hyprsunset exec-once = nm-applet #exec-once = waybar diff --git a/setup/modules/core-packages.sh b/setup/modules/core-packages.sh index fdacca0..2a4d38e 100644 --- a/setup/modules/core-packages.sh +++ b/setup/modules/core-packages.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo pacman -Syu git 7zip pipewire distrobox htop nano vim firefox flatpak grub inetutils networkmanager neovim openssh base base-devel cockpit cockpit-files cockpit-podman zip unzip ufw fastfetch git wireplumber wpa_supplicant tree traceroute smartmontools ruby-pkg-config rust rustup usbutils pciutils qrencode bind btop gcc glib2 python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs mc yazi atftp base base-devel btrfs-progs bluez ffmpeg gcc git grub htop inetutils iwd jq ldns libpulse linux linux-firmware openssh smartmontools traceroute ufw unzip zip vim wireless_tools wpa_supplicant zram-generator podman podman-compose vnstat inetutils symlinks arch-install-scripts greetd-tuigreet fd less cronie +sudo pacman -Syu git 7zip pipewire distrobox htop nano vim firefox flatpak grub inetutils networkmanager neovim openssh base base-devel cockpit cockpit-files cockpit-podman zip unzip ufw fastfetch git wireplumber wpa_supplicant tree traceroute smartmontools ruby-pkg-config rust rustup usbutils pciutils qrencode bind btop gcc glib2 python python-pip atool nvim curl wget fastfetch fail2ban man-db wprs mc yazi atftp base base-devel btrfs-progs bluez ffmpeg gcc git grub htop inetutils iwd jq ldns libpulse linux linux-firmware openssh smartmontools traceroute ufw unzip zip vim wireless_tools wpa_supplicant zram-generator podman podman-compose vnstat inetutils symlinks arch-install-scripts greetd-tuigreet fd less cronie udisks2 udisks2-btrfs udiskie diff --git a/setup/modules/core.sh b/setup/modules/core.sh index 90048c5..a3e6000 100644 --- a/setup/modules/core.sh +++ b/setup/modules/core.sh @@ -13,3 +13,4 @@ echo "Installing greetd" sudo cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml sudo systemctl enable greetd.service sudo systemctl enable fail2ban.service +sudo systemctl enable udisks2.service