aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-05-28 13:57:27 +0200
committerAdrian Kummerlaender2019-05-28 13:57:33 +0200
commit9f369fcd5ba63e8930ecfde804447f30e214e0a7 (patch)
tree077338060c5048878f6e2c3217a38dce941f5ba8
parent77b49695ad4fe705c36eb09ddebca20492e43d2a (diff)
downloadnixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar.gz
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar.bz2
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar.lz
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar.xz
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.tar.zst
nixos_home-9f369fcd5ba63e8930ecfde804447f30e214e0a7.zip
Enable touch scrolling in Firefox
-rw-r--r--gui/conf/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
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)