Skip to content

Commit

Permalink
add keyboard file
Browse files Browse the repository at this point in the history
slick-greeter use the file to display default layouts
  • Loading branch information
david committed May 22, 2025
1 parent 80aff5e commit 959089b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/default/keyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# KEYBOARD CONFIGURATION FILE
# slick-greeter/lightdm use it to display the default keyboard layouts
# Consult the keyboard(5) manual page.
# https://manpages.debian.org/jessie/keyboard-configuration/keyboard.5.en.html

XKBMODEL="pc105"
XKBLAYOUT="us,de"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"

0 comments on commit 959089b

Please sign in to comment.