diff --git a/README.md b/README.md index e067954..a4d423e 100644 --- a/README.md +++ b/README.md @@ -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