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