6 lines
78 B
Markdown
6 lines
78 B
Markdown
## Check if You are Using Wayland or Xorg
|
|
|
|
```bash
|
|
echo $XDG_SESSION_TYPE
|
|
```
|