Remove testing wl_input_rules
This commit is contained in:
parent
2db1e1a718
commit
cd8bd2f596
1 changed files with 1 additions and 3 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue