nirinit 0.2.2

A session manager for Niri, a scrollable-tiling Wayland compositor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

## [0.1.3] - 2025-10-02

### Features

There's a launch command mapping via the `[launch]` section in the config. You can use this to map problematic `app_id` values
to actual launch commands, in case the `app_id` for a given window is problematic. You can check the `app_id` using
`niri msg windows`.

### Example

```toml
[launch]
"thorium-browser" = "thorium"
```