Skip to content

Commit 2141b0a

Browse files
authored
Merge pull request #21 from sydarn/miscsway
Misc sway fixes
2 parents 55c8d5a + 93e7ba6 commit 2141b0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/ui/emulationstation/system.d/essway.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Type=simple
1212
ExecStart=/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
1616
WorkingDirectory=/storage
1717
Restart=always
1818
RestartSec=2

packages/wayland/compositor/sway/profile.d/050-sway.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
99
export SDL_VIDEODRIVER=wayland
10+
export SDL_AUDIODRIVER=pulseaudio
11+
export XKB_CONFIG_ROOT=/usr/share/X11/xkb

0 commit comments

Comments
 (0)