From 7287191747e08a276ac9ec2ea1cb294a7386d5a2 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Sat, 25 Feb 2023 22:37:57 +0000 Subject: [PATCH] add MatchProduct to X conf file --- 50-dotool.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/50-dotool.conf b/50-dotool.conf index e64880e..97fc42d 100644 --- a/50-dotool.conf +++ b/50-dotool.conf @@ -2,5 +2,6 @@ Section "InputClass" Identifier "dotool keyboard" MatchDriver "libinput" + MatchProduct "dotool keyboard" Option "XkbLayout" "us" EndSection