From 41753a9134721f4e38f920dbdf6c324b2414427b Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:35:20 +0300 Subject: [PATCH] Create hypridle.service --- */hypridle.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 */hypridle.service diff --git a/*/hypridle.service b/*/hypridle.service new file mode 100644 index 0000000..a7e225b --- /dev/null +++ b/*/hypridle.service @@ -0,0 +1,11 @@ +[Unit] +Description=Hypridle (Hyprland idle daemon) +After=graphical-session.target +PartOf=graphical-session.target + +[Service] +ExecStart=/usr/bin/hypridle +Restart=on-failure + +[Install] +WantedBy=default.target