Skip to content

Commit 52c64ee

Browse files
committed
Add info about touchbar config v2
1 parent f72fb3f commit 52c64ee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1. First update your mbp-fedora installation to the latest (possible) version of Fedora by following the tutorial from down below (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
1010
1. I was able to only update mbp-fedora to F39 with the latest version of mbp-fedora-kernel
1111

12+
2. Add t2linux copr repo and install newer kernel and config packages
13+
1214
```bash
1315
sudo -i
1416

@@ -46,16 +48,16 @@ enabled_metadata=1
4648
priority=80
4749
#########
4850

49-
##
51+
## remove mbp-fedora-t2 packages and proceed with t2linux ones
5052

5153
dnf remove mbp-fedora-t2-config mbp-fedora-t2-repo
5254
rm -rf /etc/yum.repos.d/mbp-fedora.repo
5355
dnf upgrade --refresh
5456
dnf install t2linux-config
5557
```
5658

57-
2. Update to the latest version of Fedora once again by following the tutorial from down below (starting from the point 3, we don't need to update mbp-fedora-kernel as we are now using t2linux fedora kernel) (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
58-
3. Cleanup manual changes and install all t2linux packages:
59+
3. Update to the latest version of Fedora once again by following the tutorial from down below (starting from the point 3, we don't need to update mbp-fedora-kernel as we are now using t2linux fedora kernel) (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
60+
4. Cleanup manual changes and install all t2linux packages:
5961

6062
```bash
6163
dnf remove t2linux-config
@@ -65,7 +67,7 @@ rm -rf /etc/yum.repos.d/t2linux.repo
6567
reboot
6668
```
6769

68-
4. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
70+
5. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
6971
1. i.e. to enable media keys as default modify line: `MediaLayerDefault = false` to `MediaLayerDefault = true` and restart tiny-dfr service `systemctl restart tiny-dfr.service`
7072
2. or to come back to stock stop tiny-dfr service: `systemctl disable tiny-dfr`
7173

0 commit comments

Comments
 (0)