From b7f8db12a3389affaa16c584e03d452624ea8bf8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 18 Sep 2015 00:24:13 +1000 Subject: [PATCH] conf: rename 99-libinput.conf to 90-libinput.conf This way it still sorts after the usual subjects, but it's easier to stack extra config in afterwards. Signed-off-by: Peter Hutterer --- Makefile.am | 2 +- conf/{99-libinput.conf => 90-libinput.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/{99-libinput.conf => 90-libinput.conf} (100%) diff --git a/Makefile.am b/Makefile.am index ef17c35..e67d235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,4 +37,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL -EXTRA_DIST = conf/99-libinput.conf README.md +EXTRA_DIST = conf/90-libinput.conf README.md diff --git a/conf/99-libinput.conf b/conf/90-libinput.conf similarity index 100% rename from conf/99-libinput.conf rename to conf/90-libinput.conf