diff options
Diffstat (limited to '.config/login.d')
-rw-r--r-- | .config/login.d/10_libreoffice.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/login.d/10_libreoffice.sh b/.config/login.d/10_libreoffice.sh new file mode 100644 index 0000000..1831f5a --- /dev/null +++ b/.config/login.d/10_libreoffice.sh @@ -0,0 +1,4 @@ +#!/hint/sh +# Force LibreOffice to use GTK2. +# (gtk = GTK2, gtk3 = GTK3, kde4 = Qt, gen = ?) +export SAL_USE_VCLPLUGIN=gtk |