From 3b6d624e9f83f305d6741354f334f6b0a904c8f0 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 23 Feb 2018 09:28:49 +0100 Subject: [PATCH] StumpWM: Bugfix for scrolling GTK+ 3 Apps --- stumpwm/stumpwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 2117bea..cdc932c 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -47,6 +47,9 @@ ;; set DESKTOP_SESSION variable (setf (getenv "DESKTOP_SESSION") "stumpwm") +;; bugfix for scrolling doesn't work with an external mouse in GTK+3 Apps +(setf (getenv "GDK_CORE_DEVICE_EVENTS") "1") + ;; style message windows (set-bg-color "#333333") (set-border-color "#b00045")