aboutsummaryrefslogtreecommitdiff
path: root/dbeaver.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdbeaver.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/dbeaver.example b/dbeaver.example
new file mode 100755
index 0000000..eadab1f
--- /dev/null
+++ b/dbeaver.example
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Disable GTK+ Overlay scrolling
+# https://bugs.archlinux.org/task/63338
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=519728
+export GTK_OVERLAY_SCROLLING=0
+export GDK_SCALE=2
+export GDK_DPI_SCALE=0.5
+/usr/lib/dbeaver/dbeaver $@