nix/modules/home-manager/scripts/common/bin/is_wayland
2023-10-05 13:43:28 -05:00

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