StumpWM: Bugfix for scrolling GTK+ 3 Apps
This commit is contained in:
parent
3d40cbe300
commit
3b6d624e9f
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue