This commit is contained in:
Stephan Raabe 2023-12-21 21:36:26 +01:00
parent 824e0857a4
commit f30628c5e7
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ Installation:
- Display Manager SDDM and sugar-candy theme will be installed.
- Optional display manager disablement possible
General:
- Adding icons to eza. Adding ls, ll, lt
Hyprland:
- New Waybar Module Idle Inhibitor to deactivate the automatic start of swaylock e.g. to watch videos or for online meetings
- Create own customization of ML4W waybar themes: https://gitlab.com/stephan-raabe/dotfiles/-/tree/main/waybar?ref_type=heads#define-your-own-config-and-stylecss-for-a-ml4w-theme

View File

@ -122,9 +122,9 @@ That's why NVIDIA GPUs are currently not supported by my dotfiles. But in upcomi
## Display Manager SDDM
The suggested method to start Hyprland is via 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 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.
Important is that you use the package sddm-git. You can replace sddm with sddm git with
Important is that you use the package sddm-git. You can replace sddm with sddm-git with
```
yay -S sddm-git
```