4 lines
122 B
Bash
Executable file
4 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
test "$IS_WAYLAND" == "1" || test -n "$WAYLAND_DISPLAY" || test -n "$SWAYSOCK" || test -z "$DISPLAY"
|