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

16 lines
376 B
Bash
Raw Permalink Normal View History

#!/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