Linux/Wayland-and-X11.md
... ...
@@ -5,7 +5,9 @@ Use this command to confirm if you are using X11 or Wayland:
5 5
```bash
6 6
echo $XDG_SESSION_TYPE
7 7
```
8
+
8 9
# Xorg (X11)
9
-| Commands | What it does |
10
-|:----------:|:-------------------------------------------------------------------------------------------------:|
11
-| xset -dpms | [Disable Monitor power saving](https://wiki.archlinux.org/title/Display_Power_Management_Signaling) |
10
+
11
+| Commands | What it does |
12
+|:----------:|:----------------------------:|
13
+| xset -dpms | Disable Monitor power saving |
Linux/ubuntu-notes.md
... ...
@@ -24,7 +24,6 @@ Run the update-grub command to save that change.
24 24
|:--------:|:------------:|
25 25
| fwupdmgr get-devices | List devices supported by fwupd |
26 26
| fwupdmgr get-updates | Perform updates to devices supported by fwupd |
27
-https://wiki.archlinux.org/title/fwupd
28 27
29 28
## Ubuntu/Pop
30 29
... ...
@@ -40,6 +39,7 @@ https://wiki.archlinux.org/title/fwupd
40 39
| sudo apt-mark hold packagename | Hold a package to the current version |
41 40
| dpkg --list | grep linux-image |
42 41
| apt list --installed | grep packagename |
42
+
43 43
## kernel commands
44 44
45 45
| Commands | What it does |