Compare commits
2 commits
195b685148
...
ccde40e865
Author | SHA1 | Date | |
---|---|---|---|
ccde40e865 | |||
a172660bcf |
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 `\
|
`# Scaling (GDK_SCALE is needed for Java as well)`\
|
||||||
--setenv=GDK_SCALE="$GDK_SCALE" \
|
--setenv=GDK_SCALE="$GDK_SCALE" \
|
||||||
`# Have QT apps run under Wayland for proper scaling` \
|
`# Make applications prefer Wayland when possible` \
|
||||||
--setenv=QT_QPA_PLATFORM=wayland \
|
--setenv=XDG_SESSION_TYPE=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