Files
omarchy/install/hyprlandia.sh

7 lines
313 B
Bash
Raw Normal View History

yay -S --noconfirm --needed \
2025-06-18 21:50:49 +02:00
hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils \
2025-06-22 20:48:38 -04:00
wofi waybar mako swaybg \
2025-06-25 09:17:59 -07:00
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
2025-06-07 22:31:47 +02:00
2025-06-02 21:22:23 +02:00
# Start Hyprland on first session
2025-06-30 20:45:17 +02:00
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile