diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index f1fdf93..9e65349 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -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():