Remove testing wl_input_rules

This commit is contained in:
Aleksey Samoilov 2023-11-24 12:01:55 +04:00
parent 2db1e1a718
commit cd8bd2f596

View file

@ -325,9 +325,7 @@ reconfigure_screens = True
auto_minimize = True auto_minimize = True
# When using the Wayland backend, this can be used to configure input devices. # When using the Wayland backend, this can be used to configure input devices.
wl_input_rules = { wl_input_rules = None
"type:keyboard": InputConfig(kb_layout="ru")
}
@hook.subscribe.startup_once @hook.subscribe.startup_once
def start_once(): def start_once():