From 6a7f3a582e34e0ddbc2ea9118595485c58110bed Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 1 Jan 2024 12:56:12 +0100 Subject: [PATCH] Updates --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f86ed..95b5937 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,18 @@ https://wiki.hyprland.org/Nvidia/ ## Display Manager SDDM -The suggested method to start Hyprland is with the tty with the command Hyprland. But I made good experiences with the Display Manager SDDM (https://github.com/sddm/sddm) but you can also install a custom issue to improve the tty based login. +The suggested method to start Hyprland is from tty with the command Hyprland. + +``` +Hyprland +``` + +You can install a custom tty login issue (layout) with the dotfiles installer. + +But I made good experiences with the Display Manager SDDM (https://github.com/sddm/sddm). Also gdm could work. Important is that you use the package sddm-git. You can replace sddm with sddm-git with + ``` yay -S sddm-git ``` @@ -151,6 +160,8 @@ The dotfiles package also includes a configuration for the SDDM theme sdd-sugar- With the Hyprland settings script you can copy the current wallpaper into SDDM and use it as a background. +Please check the troubleshooting section in case of issues. + ## Installation in a KVM virtual machine Qtile X11 works fine in a KVM virtual machine. The Hyprland performance is low but it's enough for testing new features.