Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc sway fixes #21

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/emulationstation/system.d/essway.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Type=simple
ExecStart=/usr/bin/start_es.sh
# This is hack, ES doesn't immediately detect the builtin gamepad
# unless an input device is connected while ES is running
ExecStartPost=/usr/bin/timeout --preserve-status 1 /usr/bin/gptokeyb
ExecStartPost=/usr/bin/timeout --preserve-status 5 /usr/bin/gptokeyb
WorkingDirectory=/storage
Restart=always
RestartSec=2
Expand Down
2 changes: 2 additions & 0 deletions packages/wayland/compositor/sway/profile.d/050-sway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ export SWAYSOCK="${XDG_RUNTIME_DIR}/sway-ipc.0.sock"

# this lets ppsspp to work with wayland and not segfault
export SDL_VIDEODRIVER=wayland
export SDL_AUDIODRIVER=pulseaudio
export XKB_CONFIG_ROOT=/usr/share/X11/xkb