mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Add missing dependencies
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
sudo pacman -Sy --noconfirm --needed \
|
||||
sddm \
|
||||
sddm-kcm \
|
||||
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
|
||||
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia \
|
||||
qt6-wayland qt5-wayland
|
||||
|
||||
sudo tee /usr/share/wayland-sessions/hyprland.desktop >/dev/null <<EOF
|
||||
[Desktop Entry]
|
||||
@ -11,4 +13,16 @@ Type=Application
|
||||
DesktopNames=Hyprland
|
||||
EOF
|
||||
|
||||
sudo tee /etc/sddm.conf >/dev/null <<EOF
|
||||
[General]
|
||||
DefaultSession=hyprland
|
||||
|
||||
[Theme]
|
||||
Current=breeze
|
||||
|
||||
[Wayland]
|
||||
SessionCommand=/usr/share/sddm/scripts/wayland-session
|
||||
SessionLogFile=.cache/wayland-session.log
|
||||
EOF
|
||||
|
||||
sudo systemctl enable sddm.service
|
||||
|
Reference in New Issue
Block a user