mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
26 lines
550 B
Bash
26 lines
550 B
Bash
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
|