mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 10:00:07 +09:00
add udevadm command to notify Xorg after change of keyboard layout
This commit is contained in:
parent
bab0b01583
commit
fc1d1719be
@ -190,7 +190,8 @@ do_change_pass() {
|
|||||||
do_configure_keyboard() {
|
do_configure_keyboard() {
|
||||||
dpkg-reconfigure keyboard-configuration &&
|
dpkg-reconfigure keyboard-configuration &&
|
||||||
printf "Reloading keymap. This may take a short while\n" &&
|
printf "Reloading keymap. This may take a short while\n" &&
|
||||||
invoke-rc.d keyboard-setup start
|
invoke-rc.d keyboard-setup start &&
|
||||||
|
udevadm trigger --subsystem-match=input --action=change
|
||||||
}
|
}
|
||||||
|
|
||||||
do_change_locale() {
|
do_change_locale() {
|
||||||
|
Loading…
Reference in New Issue
Block a user