Archived
1
0
Fork 0
This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/sway/run.sh
Christoph Heiss 450d6738cc
sway: Set XDG_CURRENT_DESKTOP for session
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-01-04 22:53:16 +01:00

16 lines
376 B
Bash
Executable file

#!/usr/bin/env sh
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland-egl
export CLUTTER_BACKEND=wayland
export ECORE_EVAS_ENGINE=wayland-egl
export ELM_ENGINE=wayland_egl
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export NO_AT_BRIDGE=1
export XDG_CURRENT_DESKTOP=sway
[ -n "$SSH_AGENT_PID" ] || eval "$(ssh-agent -s)"
exec systemd-cat sway