aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/hyprland.service
diff options
context:
space:
mode:
Diffstat (limited to 'example/hyprland.service')
-rw-r--r--example/hyprland.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/example/hyprland.service b/example/hyprland.service
new file mode 100644
index 00000000..1ff479bb
--- /dev/null
+++ b/example/hyprland.service
@@ -0,0 +1,12 @@
+; a primitive systemd --user example
+[Unit]
+Description = %p
+BindsTo = graphical-session.target
+
+[Service]
+Type = notify
+ExecStart = /usr/bin/Hyprland
+
+[Install]
+WantedBy = default.target