File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
ui/emulationstation/system.d
wayland/compositor/sway/profile.d Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Type=simple
1212ExecStart =/usr/bin/start_es.sh
1313# This is hack, ES doesn't immediately detect the builtin gamepad
1414# unless an input device is connected while ES is running
15- ExecStartPost =/usr/bin/timeout --preserve-status 1 /usr/bin/gptokeyb
15+ ExecStartPost =/usr/bin/timeout --preserve-status 5 /usr/bin/gptokeyb
1616WorkingDirectory =/storage
1717Restart =always
1818RestartSec =2
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ export SWAYSOCK="${XDG_RUNTIME_DIR}/sway-ipc.0.sock"
77
88# this lets ppsspp to work with wayland and not segfault
99export SDL_VIDEODRIVER=wayland
10+ export SDL_AUDIODRIVER=pulseaudio
11+ export XKB_CONFIG_ROOT=/usr/share/X11/xkb
You can’t perform that action at this time.
0 commit comments