From 012e0e0f9c22d11682245ae26da0e670942cafa0 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 5 May 2023 20:49:45 +0300 Subject: [PATCH] [doc] Fix some grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2430853..36faaf7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](./Screenshots/zsh-kitty-v0.3.png) ### Ref -* If u use a laptop like me and only use [yo-dwm](https://github.com/anas-elgarhy/yo-dwm) or any other standard WM u may notch that the touchpad doesn't work as you expected (like u can't perform the mouse buttons clicks with it), in this case, you need to configure the touchpad driver(and maybe download the driver itself). In most cases [libinput](https://wiki.archlinux.org/title/Libinput) is more than enough and it's installed by default with Xorg-server and Wayland, but in my case, I go with [synaptics](https://wiki.archlinux.org/title/Touchpad_Synaptics#Natural_scrolling) at least for now 'cause why not?, see [30-touchpad.conf](./etc/X11/xorg.conf.d/30-touchpad.conf) +* If u use a laptop like me and only use [yo-dwm](https://github.com/anas-elgarhy/yo-dwm) or any other standalone WM u may notch that the touchpad doesn't work as you expect (like u can't perform the mouse buttons clicks with it), in this case, you need to configure the touchpad driver(and maybe download the driver itself). In most cases [libinput](https://wiki.archlinux.org/title/Libinput) is more than enough and it's installed by default with Xorg-server and Wayland, but in my case, I go with [synaptics](https://wiki.archlinux.org/title/Touchpad_Synaptics#Natural_scrolling) at least for now 'cause why not?, see [30-touchpad.conf](./etc/X11/xorg.conf.d/30-touchpad.conf) ### Also available on * [GitLab](https://gitlab.com/Anas-Elgarhy/dotfiles)