File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ set -ouex pipefail
1010# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1
1111
1212# Compositor / Hyprland Utilities
13+ dnf5 -y clean all
1314dnf5 -y copr enable solopasha/hyprland
1415dnf5 -y install xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
1516
@@ -25,7 +26,7 @@ dnf5 -y install ashell
2526
2627# Application Launcher - Walker / Elephant
2728dnf5 -y copr enable errornointernet/packages
28- dnf5 -y install elephant walker
29+ dnf5 -y install elephant walker-2.8.2
2930elephant service enable
3031
3132# On Screen Display
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ $menu = /usr/sbin/walker
5252# Autostart necessary processes (like notifications daemons, status bars, etc.)
5353# Or execute your favorite apps at launch like this:
5454exec-once systemctl --user start elephant.service
55+ exec-once walker --gapplication-service
5556
5657# Start hyprpaper for wallpaper
5758exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf
You can’t perform that action at this time.
0 commit comments