Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
sway: export env var to fix ppsspp (wayland+sdl)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolen committed Mar 24, 2024
1 parent 6aa56ef commit 6287259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wayland/compositor/sway/profile.d/050-sway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
export WAYLAND_DISPLAY=wayland-1
export XDG_RUNTIME_DIR=/var/run/0-runtime-dir
export SWAYSOCK="${XDG_RUNTIME_DIR}/sway-ipc.0.sock"

# this lets ppsspp to work with wayland and not segfault
export SDL_VIDEODRIVER=wayland

0 comments on commit 6287259

Please sign in to comment.