aboutsummaryrefslogtreecommitdiff
path: root/dbeaver.example
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2024-01-06 23:15:35 -0800
committerbenj <benj@rse8.com>2024-01-06 23:15:35 -0800
commit1e189f21f65ed60908abb2a18511ec38912c1d27 (patch)
treeb538fca20c255760dd44c711fef154d8783fb352 /dbeaver.example
parent65a1bc83f196f34665c83b8914e789e754a07523 (diff)
downloadsetup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar.gz
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar.bz2
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar.lz
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar.xz
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.tar.zst
setup-1e189f21f65ed60908abb2a18511ec38912c1d27.zip
wip
Diffstat (limited to 'dbeaver.example')
-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 $@