diff options
author | izmyname <[email protected]> | 2024-10-27 00:49:00 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-26 22:49:00 +0300 |
commit | f3f7d3629a632682b1b3acf800f0b5fb10cd48f4 (patch) | |
tree | dbcd7a8d7bf3fcf5e8f74e3fcc153888196d229d /example | |
parent | c356e425008cba8bd0c87487a2c79b9be4eda2aa (diff) | |
download | Hyprland-f3f7d3629a632682b1b3acf800f0b5fb10cd48f4.tar.gz Hyprland-f3f7d3629a632682b1b3acf800f0b5fb10cd48f4.zip |
Build with hyprland-session.service (#8251)
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland-session.service | 16 | ||||
-rw-r--r-- | example/hyprland-systemd.desktop | 5 |
2 files changed, 0 insertions, 21 deletions
diff --git a/example/hyprland-session.service b/example/hyprland-session.service deleted file mode 100644 index 3089a961..00000000 --- a/example/hyprland-session.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Hyprland - Tiling compositor with the looks -Documentation=man:Hyprland(1) -BindsTo=graphical-session.target -Before=graphical-session.target -Wants=xdg-desktop-autostart.target -Wants=graphical-session-pre.target -After=graphical-session-pre.target - -[Service] -Type=notify -ExecStart=/usr/bin/Hyprland -ExecStop=/usr/bin/hyprctl dispatch exit -ExecStopPost=/usr/bin/systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP -Restart=on-failure -Slice=session.slice diff --git a/example/hyprland-systemd.desktop b/example/hyprland-systemd.desktop deleted file mode 100644 index b36a87b2..00000000 --- a/example/hyprland-systemd.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=Hyprland -Comment=An intelligent dynamic tiling Wayland compositor -Exec=systemctl --user start --wait hyprland-session -Type=Application |