mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
treewide: normalize
This commit is contained in:
parent
919505c43f
commit
fae392d3af
3 changed files with 9 additions and 9 deletions
|
@ -895,7 +895,7 @@ in [ a foo ]
|
||||||
However, this behaviour might get removed in the future. But currently, in the
|
However, this behaviour might get removed in the future. But currently, in the
|
||||||
Nix version that I am using which is `2.28.3`, it prints this warning instead:
|
Nix version that I am using which is `2.28.3`, it prints this warning instead:
|
||||||
|
|
||||||
```text
|
```
|
||||||
warning: at «string»:4:6: This expression uses `or` as an identifier in a way that will change in a future Nix release.
|
warning: at «string»:4:6: This expression uses `or` as an identifier in a way that will change in a future Nix release.
|
||||||
Wrap this entire expression in parentheses to preserve its current meaning:
|
Wrap this entire expression in parentheses to preserve its current meaning:
|
||||||
(a or)
|
(a or)
|
||||||
|
|
|
@ -85,8 +85,8 @@ keys:
|
||||||
include "/usr/share/keymaps/i386/qwerty/trq.map"
|
include "/usr/share/keymaps/i386/qwerty/trq.map"
|
||||||
|
|
||||||
keycode 23 = i
|
keycode 23 = i
|
||||||
altgr keycode 23 = +icircumflex
|
altgr keycode 23 = +icircumflex
|
||||||
altgr shift keycode 23 = +Icircumflex
|
altgr shift keycode 23 = +Icircumflex
|
||||||
|
|
||||||
keycode 40 = +dotlessi +Idotabove
|
keycode 40 = +dotlessi +Idotabove
|
||||||
```
|
```
|
||||||
|
@ -107,8 +107,8 @@ This is how it is done on NixOS:
|
||||||
include "${pkgs.kbd}/share/keymaps/i386/qwerty/trq.map"
|
include "${pkgs.kbd}/share/keymaps/i386/qwerty/trq.map"
|
||||||
|
|
||||||
keycode 23 = i
|
keycode 23 = i
|
||||||
altgr keycode 23 = +icircumflex
|
altgr keycode 23 = +icircumflex
|
||||||
altgr shift keycode 23 = +Icircumflex
|
altgr shift keycode 23 = +Icircumflex
|
||||||
|
|
||||||
keycode 40 = +dotlessi +Idotabove
|
keycode 40 = +dotlessi +Idotabove
|
||||||
'';
|
'';
|
||||||
|
@ -122,8 +122,8 @@ cat << :end
|
||||||
include "/usr/share/kbd/keymaps/i386/qwerty/trq.map"
|
include "/usr/share/kbd/keymaps/i386/qwerty/trq.map"
|
||||||
|
|
||||||
keycode 23 = i
|
keycode 23 = i
|
||||||
altgr keycode 23 = +icircumflex
|
altgr keycode 23 = +icircumflex
|
||||||
altgr shift keycode 23 = +Icircumflex
|
altgr shift keycode 23 = +Icircumflex
|
||||||
|
|
||||||
keycode 40 = +dotlessi +Idotabove
|
keycode 40 = +dotlessi +Idotabove
|
||||||
:end > /usr/share/kbd/keymaps/i386/qwerty/trq-swapped-i.map
|
:end > /usr/share/kbd/keymaps/i386/qwerty/trq-swapped-i.map
|
||||||
|
|
|
@ -22,7 +22,7 @@ on, `hwmon4` under this directory corresponds to the CPU.
|
||||||
|
|
||||||
Let's run a `tree`:
|
Let's run a `tree`:
|
||||||
|
|
||||||
```text
|
```
|
||||||
/sys/class/hwmon/hwmon4 -> ../../devices/platform/coretemp.0/hwmon/hwmon4
|
/sys/class/hwmon/hwmon4 -> ../../devices/platform/coretemp.0/hwmon/hwmon4
|
||||||
├── device -> ../../../coretemp.0
|
├── device -> ../../../coretemp.0
|
||||||
│ ├── driver_override
|
│ ├── driver_override
|
||||||
|
@ -169,7 +169,7 @@ Let's run a `tree`:
|
||||||
|
|
||||||
Let's `cat` all the `_label` files:
|
Let's `cat` all the `_label` files:
|
||||||
|
|
||||||
```text
|
```
|
||||||
/sys/class/hwmon/hwmon4/temp1_label:
|
/sys/class/hwmon/hwmon4/temp1_label:
|
||||||
Package id 0
|
Package id 0
|
||||||
/sys/class/hwmon/hwmon4/temp2_label:
|
/sys/class/hwmon/hwmon4/temp2_label:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue