mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
fix: start hyprland with systemd
This commit is contained in:
@@ -14,4 +14,4 @@ dnf5 install -y \
|
|||||||
cliphist \
|
cliphist \
|
||||||
SwayNotificationCenter-git
|
SwayNotificationCenter-git
|
||||||
|
|
||||||
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh
|
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && systemd-run --user --service-type=exec --unit=hyprland --description="hyprland start service" hyprland ; fi' >> /etc/profile.d/launch_hyprland.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user