diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 519f6fe..ed0e7f5 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,3 +1,9 @@ +pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium + + * Autolaunch installer if present + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + pika-hyprland-settings (1.0.1-99pika1) lunar; urgency=medium * Switch to greetd diff --git a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf index db072cb..fcd894c 100644 --- a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf +++ b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf @@ -8,4 +8,5 @@ exec-once=nm-applet exec-once=/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 exec-once=sleep 2 && ironbar exec-once=/etc/pika_login.sh -exec-once=swayidle timeout 300 '/usr/share/pika/lock.sh --grace 10 --fade-in 4' timeout 330 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '/usr/share/pika/lock.sh' \ No newline at end of file +exec-once=swayidle timeout 300 '/usr/share/pika/lock.sh --grace 10 --fade-in 4' timeout 330 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '/usr/share/pika/lock.sh' +exec-once=pika-installer & \ No newline at end of file