mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
d7156df842
* Added dinit services * Added dinit support to niri-session * Replaced shutdown script for dinit with a single command execution * Added dinit service files to Getting Started install tables * Fix typo in resources/dinit/niri Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Fixed mistakes in wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * niri-session does not start dinit anymore --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
type = process
|
|
command = niri --session
|
|
restart = false
|
|
working-dir = $HOME
|
|
depends-on = dbus
|
|
after = niri-shutdown
|
|
chain-to = niri-shutdown
|
|
options: always-chain |