diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/login.d/10_gtk3.sh | 5 |
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 |