Files
HydrosRPM/hydros-systemd-units/systemd/user/quickshell.service
Eriq Taing 18d240cb4c
Some checks failed
Build hydros-systemd-units / Build and push image (push) Failing after 1m33s
[hydros-systemd-units] Introduced package
2026-03-30 01:02:58 -04:00

19 lines
551 B
Desktop File

[Unit]
Description=A shell developed by outfoxxed
# order startup after WM
After=graphical-session.target
[Service]
Type=exec
# Repurpose XDG Autostart filtering
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/quickshell
Restart=on-failure
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target
# Alternatively can be wanted by specific WMs' targets
# Should also be duplicated in 'After=' to avoid ordering loop
#WantedBy=wayland-session@hyprland.desktop.target