knowledge-base/Linux/Wayland-and-X11.md
Aaron Honeycutt af3d9089e0 fix tables
2025-06-22 16:33:12 -06:00

11 lines
256 B
Markdown

# Both
Use this command to confirm if you are using X11 or Wayland:
```bash
echo $XDG_SESSION_TYPE
```
# Xorg (X11)
| Commands | What it does |
|:----------:|:----------------------------:|
| xset -dpms | Disable Monitor power saving |