From a76250e07dfcd0d35d837ac19fb7361e266ee6bd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 6 May 2019 11:11:47 -0400 Subject: GTK+3 compatibility with wmii --- .config/login.d/10_gtk3.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/login.d/10_gtk3.sh diff --git a/.config/login.d/10_gtk3.sh b/.config/login.d/10_gtk3.sh new file mode 100644 index 0000000..1546f45 --- /dev/null +++ b/.config/login.d/10_gtk3.sh @@ -0,0 +1,5 @@ +#!/hint/sh + +# "It's not a bug, it's a feature that your scroll wheel doesn't work +# by default" -- asshole GTK+ 3 developers +export GDK_CORE_DEVICE_EVENTS=1 -- cgit v1.1-4-g5e80