~mil/sxmo-devel

sxmo-utils: sxmo_hook_inputhandler.sh: firefox - removed right hand side actions as it conflicts with the scrollbar. v1 APPLIED

hazardchem: 1
 sxmo_hook_inputhandler.sh: firefox - removed right hand side actions as it conflicts with the scrollbar.

 1 files changed, 7 insertions(+), 0 deletions(-)
#1388091 test.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/sxmo-devel/patches/56387/mbox | git am -3
Learn more about email & git

[PATCH sxmo-utils] sxmo_hook_inputhandler.sh: firefox - removed right hand side actions as it conflicts with the scrollbar. Export this patch

Signed-off-by: hazardchem <hazardchem@disroot.org>
---
 configs/default_hooks/sxmo_hook_inputhandler.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configs/default_hooks/sxmo_hook_inputhandler.sh b/configs/default_hooks/sxmo_hook_inputhandler.sh
index a443e1a0..c5c2d184 100755
--- a/configs/default_hooks/sxmo_hook_inputhandler.sh
+++ b/configs/default_hooks/sxmo_hook_inputhandler.sh
@@ -140,6 +140,13 @@ case "$WMCLASS" in
				;;
		esac
		;;
	*"firefox"*)
		case "$ACTION" in
			# you're probably dragging the scrollbar
			*"uprightedge") exit 0 ;;
			*"downrightedge") exit 0 ;;
		esac
		;;
	*"foot"*|*"st"*|*"vte"*|"terminal") # Terminals
		case "$WMCLASS" in # Handle programs without touch support
			*"st"*)
-- 
2.45.2
We already disable this specific gesture for some other programs. Also,
I agree that the Firefox scrollbar is valuable. Those right gesture
by default only trigger some Up or Down keys.

Thanks!

To git@git.sr.ht:~mil/sxmo-utils
   b9821b93..b1ed8c8a  master -> master
sxmo-utils/patches/test.yml: SUCCESS in 24s

[sxmo_hook_inputhandler.sh: firefox - removed right hand side actions as it conflicts with the scrollbar.][0] from [hazardchem][1]

[0]: https://lists.sr.ht/~mil/sxmo-devel/patches/56387
[1]: mailto:hazardchem@disroot.org

✓ #1388091 SUCCESS sxmo-utils/patches/test.yml https://builds.sr.ht/~mil/job/1388091