5 lines
144 B
Bash
Executable file
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
|