summaryrefslogtreecommitdiff
path: root/doc/note/setup-debian/etc-environment
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-05-12 12:55:07 +0200
commit5cc4c2b95df9bf6998d92496ca0e0064314fba39 (patch)
treeac7d979f81a86703508ff23e2694a6b4d6bfe4d5 /doc/note/setup-debian/etc-environment
parent1dc9f8c9db499a326ceee6cb3b48878ee17ff9fa (diff)
parent95d934e8e3918832c03f05b2fc32cb5d5272cb83 (diff)
downloadUnspecifiedGarbage-wip-LatitudeReSetup-20230620.zip
UnspecifiedGarbage-wip-LatitudeReSetup-20230620.tar.gz
Merge remote-tracking branch 'ha-public/master' into wip-LatitudeReSetup-20230620wip-LatitudeReSetup-20230620
Diffstat (limited to 'doc/note/setup-debian/etc-environment')
-rw-r--r--doc/note/setup-debian/etc-environment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/note/setup-debian/etc-environment b/doc/note/setup-debian/etc-environment
new file mode 100644
index 0000000..1a67ae1
--- /dev/null
+++ b/doc/note/setup-debian/etc-environment
@@ -0,0 +1,18 @@
+
+# Originally copy-pasted from latitude-E6530
+
+# Need that duplicate here because openbox is too stupid to load its own env
+# file.
+
+# Configure UI colors
+# .. for GTK-2
+#GTK2_RC_FILES=/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
+# .. for GTK-3
+#GTK_THEME=Adwaita:dark
+# .. Qt 5 (needs 'qt5-style-plugins' to be installed)
+#QT_QPA_PLATFORMTHEME=gtk2
+
+# Disable QT DPI scaling. Can be really helpful for eg vlc in a multi-monitor
+# setup.
+#QT_AUTO_SCREEN_SCALE_FACTOR=0
+