mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Not ready for themeing yet
This commit is contained in:
25
install/ssdm.sh
Normal file
25
install/ssdm.sh
Normal 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
|
Reference in New Issue
Block a user