4 lines
135 B
Bash
Executable file
4 lines
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
loginctl show-session "$(loginctl | grep "$(whoami)" | tail -n 1 | field 1)" -p Type | grep -i wayland >/dev/null
|