├── .github └── FUNDING.yml ├── LICENSE ├── Makefile ├── README.md └── src ├── hyprland.conf ├── hyprprefs.conf ├── sddm-hyprland.conf └── sddm-user.conf /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/README.md -------------------------------------------------------------------------------- /src/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/src/hyprland.conf -------------------------------------------------------------------------------- /src/hyprprefs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/src/hyprprefs.conf -------------------------------------------------------------------------------- /src/sddm-hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/src/sddm-hyprland.conf -------------------------------------------------------------------------------- /src/sddm-user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HyDE-Project/sddm-hyprland/HEAD/src/sddm-user.conf --------------------------------------------------------------------------------