river/river-run.sh
Soc Virnyl Estela 0648b80f5a - Edit river-portals.conf
* default to wlr -> fallback to gtk
- Always use dbus-run-session now since this is required to start portals

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=36
2023-10-05 01:50:38 +00:00

17 lines
483 B
Bash

#!/bin/sh
export MOZ_ENABLE_WAYLAND=1
# Let the windows decide to use Wayland
# export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export ECORE_EVAS_ENGINE=wayland
export ELM_ENGINE=wayland
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export NO_AT_BRIDGE=1
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=river
export XDG_CURRENT_DESKTOP=river
systemd-cat --identifier=river /usr/bin/dbus-run-session /usr/bin/river -log-level debug $@