Compare commits
No commits in common. "ccde40e865fcbb36896ca786f8af2eb206827826" and "195b68514880d43953d15dc78e66b55ba8eea37a" have entirely different histories.
ccde40e865
...
195b685148
1 changed files with 3 additions and 3 deletions
|
@ -67,10 +67,10 @@ SUDO_ASKPASS=$HOME/.local/bin/askpass-bemenu sudo -A systemd-nspawn -M $CONTAINE
|
||||||
`# DBus` \
|
`# DBus` \
|
||||||
--bind-ro=$host_bus:/run/host/bus \
|
--bind-ro=$host_bus:/run/host/bus \
|
||||||
--setenv=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/host/bus \
|
--setenv=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/host/bus \
|
||||||
`# Scaling (GDK_SCALE is needed for Java as well)`\
|
`# Scaling `\
|
||||||
--setenv=GDK_SCALE="$GDK_SCALE" \
|
--setenv=GDK_SCALE="$GDK_SCALE" \
|
||||||
`# Make applications prefer Wayland when possible` \
|
`# Have QT apps run under Wayland for proper scaling` \
|
||||||
--setenv=XDG_SESSION_TYPE=wayland \
|
--setenv=QT_QPA_PLATFORM=wayland \
|
||||||
`# Hacks for Proton (enable logging, disable futex-based synchronization)` \
|
`# Hacks for Proton (enable logging, disable futex-based synchronization)` \
|
||||||
--setenv=PROTON_LOG=1 \
|
--setenv=PROTON_LOG=1 \
|
||||||
--setenv=PROTON_NO_FSYNC=1 \
|
--setenv=PROTON_NO_FSYNC=1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue