let libc = substitute(glob("/lib/libc-*.so*"), "\n.*", "", "") function Getenv(x) return libcall(g:libc, "getenv", a:x) endfunction if Getenv("DISPLAY") =~ ".:" set clipboard=exclude:.* endif