This commit is contained in:
parent
9fad5a7dda
commit
b7184ba705
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ pub fn install(conf: InstallConfig) {
|
||||||
install_file(
|
install_file(
|
||||||
"/mnt/usr/share/sddm/scripts/Xsetup",
|
"/mnt/usr/share/sddm/scripts/Xsetup",
|
||||||
&format!(
|
&format!(
|
||||||
"#!/bin/sh\n# Xsetup\nsetxkbmap {},us",
|
"#!/bin/sh\n# Xsetup\nsetxkbmap {},us\n",
|
||||||
conf.general.keyboard_layout
|
conf.general.keyboard_layout
|
||||||
),
|
),
|
||||||
0o644,
|
0o644,
|
||||||
|
|
Loading…
Add table
Reference in a new issue