SHA256
1
0
forked from pool/lapce
lapce/lapce.sh

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