11 lines
469 B
Markdown
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) |
|