forked from pool/lapce
762b0401a0
I want to maintain lapce in editors OBS-URL: https://build.opensuse.org/request/show/974946 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=1
9 lines
128 B
Bash
9 lines
128 B
Bash
#!/usr/bin/bash
|
|
|
|
if [ -n "${WAYLAND_DISPLAY}" ]
|
|
then
|
|
env -u WAYLAND_DISPLAY /usr/bin/lapce "$@"
|
|
else
|
|
/usr/bin/lapce "$@"
|
|
fi
|