From 9933cbb934df32213d6207ab1cf1ab7cba085e25 Mon Sep 17 00:00:00 2001 From: fhdk Date: Tue, 3 Apr 2018 18:32:57 +0200 Subject: [PATCH] [openbox]removed synaptics - added tap-to-click --- community/openbox/Packages-Desktop | 4 +--- .../desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf diff --git a/community/openbox/Packages-Desktop b/community/openbox/Packages-Desktop index 978e800..53d25dd 100644 --- a/community/openbox/Packages-Desktop +++ b/community/openbox/Packages-Desktop @@ -7,7 +7,6 @@ xorg-xkill xf86-input-keyboard xf86-input-libinput xf86-input-mouse -#xf86-input-synaptics ## nice programs bash-completion @@ -42,8 +41,7 @@ networkmanager-dmenu ## browser lynx -midori ->extra chromium +chromium >extra firefox ## terminal diff --git a/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf b/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf new file mode 100644 index 0000000..1e7d12b --- /dev/null +++ b/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "tap-by-default" + MatchIsTouchpad "on" + MatchDriver "libinput" + Option "Tapping" "on" +EndSection \ No newline at end of file