This commit is contained in:
Stephan Raabe 2024-01-01 12:56:12 +01:00
parent b8fdb76623
commit 6a7f3a582e

View File

@ -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.