Skip to main content

max / alloy_tui

390 B · 9 lines History Blame Raw
1 # Wayland backend hints for toolkit apps under the Alloy sway session.
2 # Was niri's `environment {}` block; moved here so it applies to the
3 # whole user session rather than only sway's direct children.
4 # Verify these reach GTK/Qt/Firefox when sway is launched via greetd
5 # (see the live-system verification GO task).
6 GDK_BACKEND=wayland,x11
7 QT_QPA_PLATFORM=wayland;xcb
8 MOZ_ENABLE_WAYLAND=1
9