Answers for "check if wayland or xorg"

3

how to check if am using wayland

echo $XDG_SESSION_TYPE
Posted by: Guest on October-26-2020
1

check if wayland or xorg

$ echo $XDG_SESSION_TYPE
x11
Posted by: Guest on August-17-2021

Code answers related to "check if wayland or xorg"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language