summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2019-05-06 11:11:47 -0400
committerLuke Shumaker <lukeshu@datawire.io>2019-05-06 11:11:47 -0400
commita76250e07dfcd0d35d837ac19fb7361e266ee6bd (patch)
tree6074c07e5c73546f4ea5ff821660229474b734f2
parent0e01fa8a85a8e0d61cb1819973e33738ca522b9b (diff)
GTK+3 compatibility with wmii
-rw-r--r--.config/login.d/10_gtk3.sh5
1 files changed, 5 insertions, 0 deletions
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