File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,16 @@ dnf5 -y install fd-find
2323dnf5 -y copr enable killcrb/ashell
2424dnf5 -y install ashell
2525
26- # Application Launcher - Walker
27- dnf5 -y copr enable errornointernet/walker
28- dnf5 -y install walker
29-
30- # Application Launcher - Elephant (from packages repo, not walker repo)
26+ # Application Launcher - Elephant (install first from packages repo)
3127dnf5 -y copr enable errornointernet/packages
32- dnf5 -y install --repo= ' copr:copr.fedorainfracloud.org:errornointernet:packages ' elephant
28+ dnf5 -y install elephant
3329elephant service enable
3430
31+ # Application Launcher - Walker (enable repo and exclude elephant to prevent conflicts)
32+ dnf5 -y copr enable errornointernet/walker
33+ dnf5 config-manager --save --setopt=' copr:copr.fedorainfracloud.org:errornointernet:walker.excludepkgs=elephant'
34+ dnf5 -y install walker
35+
3536# On Screen Display
3637dnf5 -y copr enable markupstart/SwayOSD
3738dnf5 -y install swayosd
You can’t perform that action at this time.
0 commit comments