mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
f0a5e9c933
Allows running without systemd.
15 lines
342 B
Desktop File
15 lines
342 B
Desktop File
[Unit]
|
|
Description=A scrollable-tiling Wayland compositor
|
|
BindsTo=graphical-session.target
|
|
Before=graphical-session.target
|
|
Wants=graphical-session-pre.target
|
|
After=graphical-session-pre.target
|
|
|
|
Wants=xdg-desktop-autostart.target
|
|
Before=xdg-desktop-autostart.target
|
|
|
|
[Service]
|
|
Slice=session.slice
|
|
Type=notify
|
|
ExecStart=/usr/bin/niri --session
|