diff --git a/lutris/.config/lutris/runners/dolphin.yml b/lutris/.config/lutris/runners/dolphin.yml index 0f387d6d..ffa0974b 100644 --- a/lutris/.config/lutris/runners/dolphin.yml +++ b/lutris/.config/lutris/runners/dolphin.yml @@ -1,4 +1,11 @@ dolphin: + nogui: true runner_executable: /home/kira/.nix-profile/bin/dolphin-emu system: disable_runtime: true + env: + QT_AUTO_SCREEN_SCALE_FACTOR: '1' + QT_QPA_PLATFORM: xcb + postexit_command: /home/kira/bin/scale-up + prelaunch_command: /home/kira/bin/scale-down + prelaunch_wait: true