4 lines
79 B
Bash
4 lines
79 B
Bash
|
|
if [ -z "$WAYLAND_DISPLAY" ]; then
|
||
|
|
export WAYLAND_DISPLAY="/run/wayland-0"
|
||
|
|
fi
|