From 40e711e9d06ed4796da5d610cea9254594e1035f Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 18 Dec 2024 15:49:31 +0100 Subject: [PATCH] update sddm --- technology/applications/desktops/SDDM.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +```