From 9f369fcd5ba63e8930ecfde804447f30e214e0a7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 28 May 2019 13:57:27 +0200 Subject: Enable touch scrolling in Firefox --- gui/conf/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index da4fce0..c9c71e5 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -98,7 +98,7 @@ sideBarRight = floatRectRight $ 1/3 scratchpads host = [ NS "terminal" "kitty --class=scratchterm" (className =? "scratchterm") (customFloating $ hideScreenBorder host dropDown) - , NS "browser" "firefox --no-remote -P scratchpad --class scratchfire" (className =? "scratchfire") + , NS "browser" "env MOZ_USE_XINPUT2=1 firefox --no-remote -P scratchpad --class scratchfire" (className =? "scratchfire") (customFloating $ hideScreenBorder host dropDownLarge) , NS "documentation" "zeal" (className =? "Zeal") (customFloating $ hideScreenBorder host dropDown) -- cgit v1.2.3