Update README.md

This commit is contained in:
Jacob Pyke 2020-07-12 13:54:29 +10:00 committed by GitHub
parent 3a28d5b1bf
commit 0608661429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@ When you update the system, you may recieve errors about my key being corrupted,
```
sudo pacman-key --recv-key 2BA2DFA128BBD111034F7626C7833DB15753380A --keyserver keyserver.ubuntu.com
```
#### Switch Touchbar to Function Keys
Run this in your terminal:
```
sudo bash -c "echo 2 > /sys/class/input/*/device/fnmode"
```
## Building for yourself