Not ready for themeing yet

This commit is contained in:
David Heinemeier Hansson
2025-06-02 08:28:59 +02:00
parent d961527598
commit 903f01ecde

25
install/ssdm.sh Normal file
View File

@ -0,0 +1,25 @@
sudo pacman -Sy \
sddm-kcm \
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
sudo tee /usr/share/wayland-sessions/hyprland.desktop >/dev/null <<EOF
[Desktop Entry]
Name=Hyprland
Comment=An intelligent dynamic tiling Wayland compositor
Exec=Hyprland
Type=Application
DesktopNames=Hyprland
EOF
# sudo tee /etc/ssdm.conf >/dev/null <<EOF
# [Theme]
# Current=This
# EOF
sudo tee /etc/ssdm.conf.d/virtualkbd.conf >/dev/null <<EOF
[General]
InputMethod=qtvirtualkeyboard
EOF
sudo systemctl enable sddm.service
sudo systemctl start sddm.service