mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00

hyprpolkit was not designed well for fingerprint authentication. It doesn't allow you to easily deal with both fingerprints and passwords in the same configuration.
8 lines
311 B
Bash
8 lines
311 B
Bash
yay -S --noconfirm --needed \
|
|
hyprland hyprshot hyprpicker hyprlock hypridle polkit-gnome hyprland-qtutils \
|
|
wofi waybar mako swaybg \
|
|
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
|
|
|
|
# Start Hyprland on first session
|
|
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile
|