10 lines
337 B
Text
10 lines
337 B
Text
|
# Apply system-wide XKB configuration stored in systemd-localed.
|
||
|
#
|
||
|
# The configuration can be viewed with `localectl` and modified
|
||
|
# with `localectl set-x11-keymap`.
|
||
|
#
|
||
|
# Normal mode will pick up the configuration changes immediately
|
||
|
# and oneshot mode will require a Sway config reload.
|
||
|
|
||
|
exec_always $exedir/locale1-xkb-config --oneshot
|