diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/sddm/sddm.conf')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/sddm/sddm.conf | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/raveos-hyprland-theme/theme-data/sddm/sddm.conf b/raveos-hyprland-theme/theme-data/sddm/sddm.conf index 5fc1f61..1fa25d1 100644 --- a/raveos-hyprland-theme/theme-data/sddm/sddm.conf +++ b/raveos-hyprland-theme/theme-data/sddm/sddm.conf @@ -1,5 +1,31 @@ +# Run SDDM Wayland over Hyprland compositor +# Credits to the HyDE project + +[Theme] +Current=sddm-astronaut-theme +CursorTheme=BreezeDark +CursorSize=24 + [General] Numlock=on +HaltCommand=/usr/bin/systemctl poweroff +RebootCommand=/usr/bin/systemctl reboot +DisplayServer=wayland +GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell -[Theme] -Current = sddm-astronaut-theme +[Users] +DefaultPath=/usr/local/bin:/usr/bin:/bin +HideShells= +HideUsers= +MaximumUid=60513 +MinimumUid=1000 +RememberLastUser=true +RememberLastSession=true +ReuseSession=true + +[Wayland] +CompositorCommand=start-hyprland -- -c /usr/share/hypr/sddm/hyprland.lua +EnableHiDPI=true + +[X11] +Enable=false |