From cd8bd2f5962daee78c38240ba54156627f8004ad Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 24 Nov 2023 12:01:55 +0400 Subject: [PATCH] Remove testing wl_input_rules --- etc/skel/.config/qtile/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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():