45535ce780
Inspired by postmarketos-base-ui-gnome and https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4756
5 lines
155 B
Bash
5 lines
155 B
Bash
#!/bin/sh
|
|
|
|
# Most pure GTK3 apps use wayland by default, but some,
|
|
# like Firefox, need the backend to be explicitely selected.
|
|
export GDK_BACKEND=wayland
|