From 38627c523a0abdf2ca8f2b134e73f0426e34e3b8 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 21:51:35 +0100 Subject: [PATCH] Update pika-hyprland-settings/etc/skel/.config/hypr/exec.conf --- pika-hyprland-settings/etc/skel/.config/hypr/exec.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf index 7480eb8..429b81d 100644 --- a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf +++ b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf @@ -7,5 +7,6 @@ exec-once=systemctl --user enable --now hypridle exec-once=sleep 5 && nm-applet exec-once=/usr/bin/mate-polkit exec-once=ags -exec-once=sleep 5 && pika-installer -exec-once=sleep 5 && pika-first-setup-gtk4 \ No newline at end of file +exec-once=test -e /run/live/medium/live/filesystem.squashfs && pika-installer +exec-once=! test -e /run/live/medium/live/filesystem.squashfs && test -e /home/pikaos && pika-first-setup-gtk4 +exec-once=! test -e /home/pikaos && pika-welcome \ No newline at end of file