
Bazzite - Post-installation tweaks
Set the correct keyboard for first SDDM start and LUKS decryption prompt Many Fedora Silverblue images use the en_US keyboard layout by default for the disk decryption prompt (LUKS) and the login screen (SDDM). This may not match your keyboard, so we’ll change it to another layout. Find your desired keymap: localectl list-keymaps| grep CH de_CH-latin1 fr_CH fr_CH-latin1 mac-de_CH mac-fr_CH-latin1 Set your keymap (replace fr_CH with your desired keymap): sudo localectl set-keymap fr_CH Verify the changes in /etc/vconsole.conf cat /etc/vconsole.conf ✔ # Written by systemd-localed(8) or systemd-firstboot(1), read by systemd-localed # and systemd-vconsole-setup(8). Use localectl(1) to update this file. KEYMAP=fr_CH FONT=eurlatgr XKBLAYOUT=ch XKBMODEL=pc105 XKBVARIANT=fr XKBOPTIONS=terminate:ctrl_alt_bkspand /etc/X11/xorg.conf.d/00-keyboard.conf. ...

