From 20160b1e8db1364d2bb02524c77e4269faa19556 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 13 Apr 2018 21:54:29 -0700 Subject: [PATCH] fix option name typo bad copy/paste --- roles/x/templates/30-button_mapping.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/x/templates/30-button_mapping.conf b/roles/x/templates/30-button_mapping.conf index f4999e2..bef74ed 100644 --- a/roles/x/templates/30-button_mapping.conf +++ b/roles/x/templates/30-button_mapping.conf @@ -1,5 +1,5 @@ Section "InputClass" Identifier "libinput button mapping" Driver "libinput" - Option "ScrollButton" "{{ libinput.button_mapping }}" + Option "ButtonMapping" "{{ libinput.button_mapping }}" EndSection