nix/scripts/common/bin/is_wayland

5 lines
144 B
Bash
Executable file

#!/usr/bin/env bash
exit 0
# loginctl show-session "$(loginctl | grep "$(whoami)" | head -n 1 | field 1)" -p Type | grep -i wayland >/dev/null