Files
omarchy/install/hyprlandia.sh

7 lines
324 B
Bash
Raw Normal View History

yay -S --noconfirm --needed \
2025-07-06 17:10:01 -07:00
hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils hyprsunset \
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