knowledge-base/Linux/Wayland-and-X11.md
2025-06-22 16:25:45 -06:00

11 lines
469 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](https://wiki.archlinux.org/title/Display_Power_Management_Signaling) |