update sddm

This commit is contained in:
JMARyA 2024-12-18 15:49:31 +01:00
parent f7374157b3
commit 40e711e9d0
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -3,7 +3,7 @@ obj: application
arch-wiki: https://wiki.archlinux.org/title/SDDM
wiki: https://en.wikipedia.org/wiki/Simple_Desktop_Display_Manager
repo: https://github.com/sddm/sddm
rev: 2024-12-17
rev: 2024-12-18
---
# SDDM
@ -69,3 +69,12 @@ This should open a new window for every monitor you have connected and show a pr
To set the mouse cursor theme, set `CursorTheme` to your preferred cursor theme.
Valid Plasma mouse cursor theme names are `breeze_cursors`, `Breeze_Snow` and `breeze-dark`.
### Keyboard Layout
To set the keyboard layout with SDDM, edit ` /usr/share/sddm/scripts/Xsetup`:
```
#!/bin/sh
# Xsetup - run as root before the login dialog appears
setxkbmap de,us
```