diff --git a/technology/applications/desktops/SDDM.md b/technology/applications/desktops/SDDM.md index aeb1cd4..1625666 100644 --- a/technology/applications/desktops/SDDM.md +++ b/technology/applications/desktops/SDDM.md @@ -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 +```