StumpWM: Bugfix for scrolling GTK+ 3 Apps

This commit is contained in:
Marcel Kapfer 2018-02-23 09:28:49 +01:00
parent 3d40cbe300
commit 3b6d624e9f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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")