update sddm
This commit is contained in:
parent
f7374157b3
commit
40e711e9d0
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue