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