You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ sudo -i
14
14
15
15
### Execute as root
16
16
17
-
## Create yum repo and change $releasever to latest one available here: https://copr.fedorainfracloud.org/coprs/sharpenedblade/t2linux
17
+
## Create yum repo and change $releasever in baseurl= line to the latest one available here (i.e.: 41): https://copr.fedorainfracloud.org/coprs/sharpenedblade/t2linux
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
+
60
+
```bash
61
+
dnf remove t2linux-config
62
+
dnf install t2linux-release t2linux-repos
63
+
rm -rf /etc/yum.repos.d/t2linux.repo
64
+
65
+
reboot
66
+
```
41
67
68
+
4. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
69
+
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`
70
+
2. or to come back to stock stop tiny-dfr service: `systemctl disable tiny-dfr`
0 commit comments