Skip to content

Commit f72fb3f

Browse files
committed
Add info about touchbar config
1 parent b6fff0a commit f72fb3f

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ sudo -i
1414

1515
### Execute as root
1616

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
1818
vi /etc/yum.repos.d/t2linux.repo
1919

20+
#########
2021
[copr:copr.fedorainfracloud.org:sharpenedblade:t2linux]
2122
name=Copr repo for t2linux owned by sharpenedblade
2223
baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/
@@ -28,6 +29,22 @@ repo_gpgcheck=0
2829
enabled=1
2930
enabled_metadata=1
3031
priority=80
32+
#########
33+
34+
### i.e.:
35+
#########
36+
[copr:copr.fedorainfracloud.org:sharpenedblade:t2linux]
37+
name=Copr repo for t2linux owned by sharpenedblade
38+
baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-41-$basearch/
39+
type=rpm-md
40+
skip_if_unavailable=True
41+
gpgcheck=1
42+
gpgkey=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/pubkey.gpg
43+
repo_gpgcheck=0
44+
enabled=1
45+
enabled_metadata=1
46+
priority=80
47+
#########
3148

3249
##
3350

@@ -38,7 +55,19 @@ dnf install t2linux-config
3855
```
3956

4057
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+
```
4167

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`
4271

4372
## mbp-fedora - DEPRECATED
4473

0 commit comments

Comments
 (0)