summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-12-27 16:38:30 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2022-12-27 16:38:30 -0500
commit89dd9ecb32faeea77758e80ed20b6c58ac066308 (patch)
tree364300e540a0d539d62477b5359ab3018df63651
parente662a42388490a2736276c2051aaf5cd3693a1cc (diff)
nongnu: steam: Fix UI scaling.
Closes #226. * nongnu/package/steam-client.scm (make-container-wrapper): Preserve GDK_SCALE.
-rw-r--r--nongnu/packages/steam-client.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm
index cddbe65..dca7eef 100644
--- a/nongnu/packages/steam-client.scm
+++ b/nongnu/packages/steam-client.scm
@@ -408,6 +408,7 @@ in a sandboxed FHS environment."
(preserved-env '("^DBUS_"
"^DISPLAY$"
"^DRI_PRIME$"
+ "^GDK_SCALE$" ; For Steam UI scaling.
"^PRESSURE_VESSEL_" ; For pressure vessel options.
"_PROXY$"
"_proxy$"