mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 14:34:28 +01:00
fix: start hyprland with systemd
This commit is contained in:
@@ -14,4 +14,4 @@ dnf5 install -y \
|
||||
cliphist \
|
||||
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