From c36f344ed8a6759a74e93dbf601b4e721b3c3baf Mon Sep 17 00:00:00 2001 From: Beda Schmid Date: Fri, 8 Dec 2023 15:23:31 +0700 Subject: [PATCH 1/4] Add instructions for MacOs-like gestures Adds a section with 2 gists showing how we can get as close as possible to MacOs gestures on an (Arch) Linux Gnome with Xorg --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 150b2575..41c71a85 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,6 +53,9 @@ Note that, if you are using one of the distributions listed above, you should fo - Get SMART information of your Apple Internal SSD using Linux [https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac](https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac) - Keyboard related issues [https://wiki.archlinux.org/title/Apple_Keyboard](https://wiki.archlinux.org/title/Apple_Keyboard) - Get silent boot experience similar to macOS and Windows on [Ubuntu](https://gist.github.com/AdityaGarg8/a39063f0d8c39572f03f55cbe02f9beb) and [Arch Linux](https://wiki.archlinux.org/title/silent_boot). +- Implement MacOS-like Keyboard and clickpad experience on **Gnome Xorg**. Read the top comments of each file to understand requirements, additional tools and usage. + - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general clickpad behaviour using Synaptics) + - [Fusuma Config](https://gist.github.com/smileBeda/74a52fe7cb0901da9e67ae4e39966982) (for additional gestures commands using Fusuma) *Outdated* From 1e9ab94cd719b8e25fe7febe759365cc0bd89a25 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:01:40 +0530 Subject: [PATCH 2/4] More changes --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 41c71a85..7073722f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,8 +53,8 @@ Note that, if you are using one of the distributions listed above, you should fo - Get SMART information of your Apple Internal SSD using Linux [https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac](https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac) - Keyboard related issues [https://wiki.archlinux.org/title/Apple_Keyboard](https://wiki.archlinux.org/title/Apple_Keyboard) - Get silent boot experience similar to macOS and Windows on [Ubuntu](https://gist.github.com/AdityaGarg8/a39063f0d8c39572f03f55cbe02f9beb) and [Arch Linux](https://wiki.archlinux.org/title/silent_boot). -- Implement MacOS-like Keyboard and clickpad experience on **Gnome Xorg**. Read the top comments of each file to understand requirements, additional tools and usage. - - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general clickpad behaviour using Synaptics) +- Implement macOS-like Keyboard and trackpad experience on **Gnome Xorg**. Read the top comments of each file the links given below to understand requirements, additional tools and usage. + - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general trackpad behaviour using Synaptics) - [Fusuma Config](https://gist.github.com/smileBeda/74a52fe7cb0901da9e67ae4e39966982) (for additional gestures commands using Fusuma) *Outdated* From 25274cad9b863f3473cbfadf1596f3b90a31f1c6 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:02:27 +0530 Subject: [PATCH 3/4] Fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7073722f..7a0c8474 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ Note that, if you are using one of the distributions listed above, you should fo - Get SMART information of your Apple Internal SSD using Linux [https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac](https://gist.github.com/AdityaGarg8/b03e57826213019fbffa747e1c724cac) - Keyboard related issues [https://wiki.archlinux.org/title/Apple_Keyboard](https://wiki.archlinux.org/title/Apple_Keyboard) - Get silent boot experience similar to macOS and Windows on [Ubuntu](https://gist.github.com/AdityaGarg8/a39063f0d8c39572f03f55cbe02f9beb) and [Arch Linux](https://wiki.archlinux.org/title/silent_boot). -- Implement macOS-like Keyboard and trackpad experience on **Gnome Xorg**. Read the top comments of each file the links given below to understand requirements, additional tools and usage. +- Implement macOS-like Keyboard and trackpad experience on **Gnome Xorg**. Read the top comments of each file in the links given below to understand requirements, additional tools and usage. - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general trackpad behaviour using Synaptics) - [Fusuma Config](https://gist.github.com/smileBeda/74a52fe7cb0901da9e67ae4e39966982) (for additional gestures commands using Fusuma) From 9ff2ef9655c91d9e7e91e03d3612642f6511cd6a Mon Sep 17 00:00:00 2001 From: Beda Schmid Date: Fri, 8 Dec 2023 20:37:20 +0700 Subject: [PATCH 4/4] Fix list indent --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7a0c8474..0ac226a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,8 +54,8 @@ Note that, if you are using one of the distributions listed above, you should fo - Keyboard related issues [https://wiki.archlinux.org/title/Apple_Keyboard](https://wiki.archlinux.org/title/Apple_Keyboard) - Get silent boot experience similar to macOS and Windows on [Ubuntu](https://gist.github.com/AdityaGarg8/a39063f0d8c39572f03f55cbe02f9beb) and [Arch Linux](https://wiki.archlinux.org/title/silent_boot). - Implement macOS-like Keyboard and trackpad experience on **Gnome Xorg**. Read the top comments of each file in the links given below to understand requirements, additional tools and usage. - - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general trackpad behaviour using Synaptics) - - [Fusuma Config](https://gist.github.com/smileBeda/74a52fe7cb0901da9e67ae4e39966982) (for additional gestures commands using Fusuma) + - [Synaptics Config](https://gist.github.com/smileBeda/f0452f0d7f1f6d8aa772603411f7876f) (for general trackpad behaviour using Synaptics) + - [Fusuma Config](https://gist.github.com/smileBeda/74a52fe7cb0901da9e67ae4e39966982) (for additional gestures commands using Fusuma) *Outdated*