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
# When using the Wayland backend, this can be used to configure input devices.
wl_input_rules = {
"type:keyboard": InputConfig(kb_layout="ru")
}
wl_input_rules = None
@hook.subscribe.startup_once
def start_once():