mirror of
https://github.com/RGBCube/Site
synced 2025-07-29 20:17:46 +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
|
||||
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.
|
||||
Wrap this entire expression in parentheses to preserve its current meaning:
|
||||
(a or)
|
||||
|
|
|
@ -85,8 +85,8 @@ keys:
|
|||
include "/usr/share/keymaps/i386/qwerty/trq.map"
|
||||
|
||||
keycode 23 = i
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
|
||||
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"
|
||||
|
||||
keycode 23 = i
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
|
||||
keycode 40 = +dotlessi +Idotabove
|
||||
'';
|
||||
|
@ -122,8 +122,8 @@ cat << :end
|
|||
include "/usr/share/kbd/keymaps/i386/qwerty/trq.map"
|
||||
|
||||
keycode 23 = i
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
altgr keycode 23 = +icircumflex
|
||||
altgr shift keycode 23 = +Icircumflex
|
||||
|
||||
keycode 40 = +dotlessi +Idotabove
|
||||
: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`:
|
||||
|
||||
```text
|
||||
```
|
||||
/sys/class/hwmon/hwmon4 -> ../../devices/platform/coretemp.0/hwmon/hwmon4
|
||||
├── device -> ../../../coretemp.0
|
||||
│ ├── driver_override
|
||||
|
@ -169,7 +169,7 @@ Let's run a `tree`:
|
|||
|
||||
Let's `cat` all the `_label` files:
|
||||
|
||||
```text
|
||||
```
|
||||
/sys/class/hwmon/hwmon4/temp1_label:
|
||||
Package id 0
|
||||
/sys/class/hwmon/hwmon4/temp2_label:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue