mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: steam: Fix UI scaling.
Closes #226. * nongnu/package/steam-client.scm (make-container-wrapper): Preserve GDK_SCALE.
This commit is contained in:
parent
e662a42388
commit
89dd9ecb32
1 changed files with 1 additions and 0 deletions
|
@ -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$"
|
||||
|
|
Loading…
Reference in a new issue